Downie (Unofficial)

Sends current page to Downie.

Cos'è Downie (Unofficial)?

Downie (Unofficial) è un'estensione di Chrome sviluppata da HelloWorld, e la sua funzione principale è "Sends current page to Downie.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Downie (Unofficial)

Scarica i file di estensione Downie (Unofficial) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Browser Extensions used in Downie.

PS:
1. This is not the official version.
2. For unsupported sites, clicking on the Downie icon will not open Downie and a message will be displayed
=============================
Important:
We had to lock the download of YouTube videos because of restrictions of the Chrome Store.
There are always videos which are protected by the sites and cannot be downloaded.                    

Informazioni di Base sull'Estensione

Nome Downie (Unofficial) Downie (Unofficial)
ID khmejfdaiomgikcmbhcjejffhffkgoem
URL Ufficiale https://chromewebstore.google.com/detail/downie-unofficial/khmejfdaiomgikcmbhcjejffhffkgoem
Descrizione Sends current page to Downie.
Dimensione del File 22.33 KB
Conteggio Installazioni 9,000
Versione Corrente 1.3.2
Ultimo Aggiornamento 2023-02-23
Data di Pubblicazione 2023-02-16
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore HelloWorld
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://code4you.dev/privacy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_title": "Open With Downie",
        "theme_icons": [
            {
                "dark": "downie_16x16_white.png",
                "light": "downie_16x16.png",
                "size": 32
            }
        ]
    },
    "description": "Sends current page to Downie.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "name": "Downie (Unofficial)",
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.3.2"
}