AdFly countdown remover
An extension that removes the AdFly countdown.
Wat is AdFly countdown remover?
AdFly countdown remover is een Chrome-extensie ontwikkeld door atlazor, en de belangrijkste functie is "An extension that removes the AdFly countdown.".
Extensie Screenshots
Download het CRX-bestand van de extensie AdFly countdown remover
Download AdFly countdown remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | bnkfkjdohjnkeilfmkniaieojiingggf |
Officiële URL | https://chrome.google.com/webstore/detail/adfly-countdown-remover/bnkfkjdohjnkeilfmkniaieojiingggf |
Beschrijving | An extension that removes the AdFly countdown. |
Bestandsgrootte | 71.6 KB |
Aantal Installaties | 699 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2012-04-17 |
Publicatiedatum | 2012-04-17 |
Beoordeling | 1.45/5 Totaal 29 Beoordelingen |
Ontwikkelaar | atlazor |
Betalingswijze | free |
Ondersteunde Talen | 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 } |