DDL-Filter
Adds file hoster filter on DDL-Warez
Cos'è DDL-Filter?
DDL-Filter è un'estensione di Chrome sviluppata da Zuyas, e la sua funzione principale è "Adds file hoster filter on DDL-Warez".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DDL-Filter
Scarica i file di estensione DDL-Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Fügt Filehoster-Filter hinzu womit sich beispielsweise nur noch Treffer anzeigen lassen die einen Download über Uploaded.net anbieten. Informazioni di Base sull'Estensione
| Nome | |
| ID | lfbblaegnjflcbmojkbpepdmlengfohg |
| URL Ufficiale | https://chrome.google.com/webstore/detail/ddl-filter/lfbblaegnjflcbmojkbpepdmlengfohg |
| Descrizione | Adds file hoster filter on DDL-Warez |
| Dimensione del File | 460 KB |
| Conteggio Installazioni | 15 |
| Versione Corrente | 0.0.2.4 |
| Ultimo Aggiornamento | 2015-02-01 |
| Data di Pubblicazione | 2015-02-01 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | Zuyas |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |