Movie Downloader

Find Movie Download Link in Seconds.

Qu'est-ce que Movie Downloader ?

Movie Downloader est une extension Chrome développée par ProductivityImprover, et sa fonction principale est "Find Movie Download Link in Seconds.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Movie Downloader

Téléchargez les fichiers d'extension Movie Downloader 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

                        Input the movie name and click find button, this extension will Find Movie Download Link for you in Seconds.                    

Informations de Base sur l'Extension

Nom Movie Downloader Movie Downloader
ID ijejjgcdjlbcimponckngepiaobolmmh
URL Officiel https://chromewebstore.google.com/detail/movie-downloader/ijejjgcdjlbcimponckngepiaobolmmh
Description Find Movie Download Link in Seconds.
Taille du Fichier 3.53 MB
Nombre d'Installations 3,082
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-08-30
Date de Publication 2023-05-06
Évaluation 3.67/5 Total 3 Évaluations
Développeur ProductivityImprover
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/piprivacypolicy/home
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Movie Downloader",
    "version": "1.0.4",
    "description": "Find Movie Download Link in Seconds.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Find Movie Download Link in Seconds",
        "default_popup": "popup.html"
    },
    "content_scripts": [],
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "help.html",
                "auth\/pay\/*"
            ],
            "matches": [
                "*:\/\/*.productivityimprover.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}