NonAd Block
This extension blocks any content that is NOT an ad.
Co to jest NonAd Block?
NonAd Block to rozszerzenie Chrome opracowane przez okcarl, a jego główną funkcją jest „This extension blocks any content that is NOT an ad.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NonAd Block
Pobierz pliki rozszerzeń NonAd Block 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
This shows you the Internet the way content creators want you to see it: by blocking any content that is NOT an ad. It helps you focus on the important parts of webpages. Created for the Stupid Sh*t No One Needs & Terrible Ideas Hackathon 2016. New version improves performance and shows more ads.
Podstawowe informacje o rozszerzeniu
Nazwa | NonAd Block |
ID | mjdphmpknkepficogfmnfhabmlngggip |
Oficjalny URL | https://chromewebstore.google.com/detail/nonad-block/mjdphmpknkepficogfmnfhabmlngggip |
Opis | This extension blocks any content that is NOT an ad. |
Rozmiar pliku | 58.6 KB |
Liczba instalacji | 890 |
Aktualna Wersja | 1.0.0.1 |
Ostatnia Aktualizacja | 2016-02-11 |
Data Publikacji | 2016-02-09 |
Ocena | 4.35/5 Łącznie 82 Oceny |
Deweloper | okcarl |
Typ Płatności | free |
Strona Rozszerzenia | http://www.stupidhackathon.com/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NonAd Block", "short_name": "NonAdblock", "description": "This extension blocks any content that is NOT an ad.", "version": "1.0.0.1", "homepage_url": "http:\/\/www.stupidhackathon.com\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "background": { "scripts": [ "jquery-1.12.0.min.js", "app.js" ] }, "content_scripts": [ { "matches": [ " |