AdFly countdown remover
An extension that removes the AdFly countdown.
Qu'est-ce que AdFly countdown remover ?
AdFly countdown remover est une extension Chrome développée par atlazor, et sa fonction principale est "An extension that removes the AdFly countdown.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AdFly countdown remover
Téléchargez les fichiers d'extension AdFly countdown remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | bnkfkjdohjnkeilfmkniaieojiingggf |
URL Officiel | https://chrome.google.com/webstore/detail/adfly-countdown-remover/bnkfkjdohjnkeilfmkniaieojiingggf |
Description | An extension that removes the AdFly countdown. |
Taille du Fichier | 71.6 KB |
Nombre d'Installations | 699 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2012-04-17 |
Date de Publication | 2012-04-17 |
Évaluation | 1.45/5 Total 29 Évaluations |
Développeur | atlazor |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdFly countdown remover", "description": "An extension that removes the AdFly countdown.", "icons": { "48": "icon48.png", "128": "icon.png" }, "version": "1.1", "permissions": [ "http:\/\/adf.ly\/*" ], "content_scripts": [ { "matches": [ "http:\/\/adf.ly\/*" ], "js": [ "remove.js" ] } ], "manifest_version": 2 } |