DDL-Filter
Adds file hoster filter on DDL-Warez
What is DDL-Filter?
DDL-Filter is a Chrome extension developed by Zuyas, and its main feature is "Adds file hoster filter on DDL-Warez".
Extension Screenshots
Download DDL-Filter Extension CRX File
Download DDL-Filter 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
Fügt Filehoster-Filter hinzu womit sich beispielsweise nur noch Treffer anzeigen lassen die einen Download über Uploaded.net anbieten. Extension Basic Information
| Name | |
| ID | lfbblaegnjflcbmojkbpepdmlengfohg |
| Official URL | https://chrome.google.com/webstore/detail/ddl-filter/lfbblaegnjflcbmojkbpepdmlengfohg |
| Description | Adds file hoster filter on DDL-Warez |
| File Size | 460 KB |
| Installation Count | 15 |
| Current Version | 0.0.2.4 |
| Last Updated | 2015-02-01 |
| Publish Date | 2015-02-01 |
| Rating | 4.00/5 Total 1 Ratings |
| Developer | Zuyas |
| [email protected] | |
| Payment Type | free |
| Supported Languages | de |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DDL-Filter",
"short_name": "ddlf",
"version": "0.0.2.4",
"description": "Adds file hoster filter on DDL-Warez",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"name": "click to enable\/disable ddlf",
"icons": [
"icon.png"
],
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.ddl-warez.in\/*"
],
"js": [
"jquery.min.js",
"script.js"
],
"css": [
"style.css"
]
}
]
} | |