Movie Downloader

Find Movie Download Link in Seconds.

Wat is Movie Downloader?

Movie Downloader is een Chrome-extensie ontwikkeld door ProductivityImprover, en de belangrijkste functie is "Find Movie Download Link in Seconds.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Movie Downloader

Download Movie Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Movie Downloader Movie Downloader
ID ijejjgcdjlbcimponckngepiaobolmmh
Officiële URL https://chromewebstore.google.com/detail/movie-downloader/ijejjgcdjlbcimponckngepiaobolmmh
Beschrijving Find Movie Download Link in Seconds.
Bestandsgrootte 3.53 MB
Aantal Installaties 3,082
Huidige Versie 1.0.4
Laatst Bijgewerkt 2023-08-30
Publicatiedatum 2023-05-06
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar ProductivityImprover
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/piprivacypolicy/home
Ondersteunde Talen 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'"
    }
}