Movie Downloader

Find Movie Download Link in Seconds.

What is Movie Downloader?

Movie Downloader is a Chrome extension developed by ProductivityImprover, and its main feature is "Find Movie Download Link in Seconds.".

Extension Screenshots

screenshot

Download Movie Downloader Extension CRX File

Download Movie Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Movie Downloader Movie Downloader
ID ijejjgcdjlbcimponckngepiaobolmmh
Official URL https://chromewebstore.google.com/detail/movie-downloader/ijejjgcdjlbcimponckngepiaobolmmh
Description Find Movie Download Link in Seconds.
File Size 3.53 MB
Installation Count 3,082
Current Version 1.0.4
Last Updated 2023-08-30
Publish Date 2023-05-06
Rating 3.67/5 Total 3 Ratings
Developer ProductivityImprover
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/piprivacypolicy/home
Supported Languages 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'"
    }
}