AdFly countdown remover
An extension that removes the AdFly countdown.
Co to jest AdFly countdown remover?
AdFly countdown remover to rozszerzenie Chrome opracowane przez atlazor, a jego główną funkcją jest „An extension that removes the AdFly countdown.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AdFly countdown remover
Pobierz pliki rozszerzeń AdFly countdown remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bnkfkjdohjnkeilfmkniaieojiingggf |
Oficjalny URL | https://chrome.google.com/webstore/detail/adfly-countdown-remover/bnkfkjdohjnkeilfmkniaieojiingggf |
Opis | An extension that removes the AdFly countdown. |
Rozmiar pliku | 71.6 KB |
Liczba instalacji | 699 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2012-04-17 |
Data Publikacji | 2012-04-17 |
Ocena | 1.45/5 Łącznie 29 Oceny |
Deweloper | atlazor |
Typ Płatności | free |
Obsługiwane Języki | 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 } |