DebridItalia Downloader
Get premium links when you visit file hosting websites.
What is DebridItalia Downloader?
DebridItalia Downloader is a Chrome extension developed by Anatoli Nicolae, and its main feature is "Get premium links when you visit file hosting websites.".
Download DebridItalia Downloader Extension CRX File
Download DebridItalia 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
Get premium links when you visit file hosting websites.
Extension Basic Information
Name | |
ID | cimbleeppmefhbfeagaaleppahfljmnb |
Official URL | https://chrome.google.com/webstore/detail/debriditalia-downloader/cimbleeppmefhbfeagaaleppahfljmnb |
Description | Get premium links when you visit file hosting websites. |
File Size | 40.92 KB |
Installation Count | 140 |
Current Version | 0.2.5 |
Last Updated | 2017-01-21 |
Publish Date | 2017-01-21 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Anatoli Nicolae |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "app\/jquery-3.1.1.min.js", "app\/main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "128": "icon-assets\/icon_128.png", "16": "icon-assets\/icon_16.png", "48": "icon-assets\/icon_48.png" }, "manifest_version": 2, "name": "DebridItalia Downloader", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.2.5" } |