Downie (Unofficial)

Sends current page to Downie.

Qu'est-ce que Downie (Unofficial) ?

Downie (Unofficial) est une extension Chrome développée par HelloWorld, et sa fonction principale est "Sends current page to Downie.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Downie (Unofficial)

Téléchargez les fichiers d'extension Downie (Unofficial) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Downie (Unofficial) Downie (Unofficial)
ID khmejfdaiomgikcmbhcjejffhffkgoem
URL Officiel https://chromewebstore.google.com/detail/downie-unofficial/khmejfdaiomgikcmbhcjejffhffkgoem
Description Sends current page to Downie.
Taille du Fichier 22.33 KB
Nombre d'Installations 9,000
Version Actuelle 1.3.2
Dernière Mise à Jour 2023-02-23
Date de Publication 2023-02-16
Évaluation 3.75/5 Total 4 Évaluations
Développeur HelloWorld
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://code4you.dev/privacy.html
Langues Prises en Charge 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"
}