Movie Downloader
Find Movie Download Link in Seconds.
Hvad er Movie Downloader?
Movie Downloader er en Chrome-udvidelse udviklet af ProductivityImprover, og dens hovedfunktion er "Find Movie Download Link in Seconds.".
Udvidelsesskærmbilleder
Download Movie Downloader-udvidelses-CRX-fil
Download Movie Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Input the movie name and click find button, this extension will Find Movie Download Link for you in Seconds.
Grundlæggende oplysninger om udvidelsen
Navn | Movie Downloader |
ID | ijejjgcdjlbcimponckngepiaobolmmh |
Officiel URL | https://chromewebstore.google.com/detail/movie-downloader/ijejjgcdjlbcimponckngepiaobolmmh |
Beskrivelse | Find Movie Download Link in Seconds. |
Filstørrelse | 3.53 MB |
Antal Installationer | 3,082 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2023-08-30 |
Udgivelsesdato | 2023-05-06 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | ProductivityImprover |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://sites.google.com/view/piprivacypolicy/home |
Understøttede Sprog | 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'" } } |