Firewall Trump
The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall.
Co to jest Firewall Trump?
Firewall Trump to rozszerzenie Chrome opracowane przez gcollazo, a jego główną funkcją jest „The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Firewall Trump
Pobierz pliki rozszerzeń Firewall Trump 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 | ogogoppfpbgaeieikehihejnnkjenfnb |
Oficjalny URL | https://chromewebstore.google.com/detail/firewall-trump/ogogoppfpbgaeieikehihejnnkjenfnb |
Opis | The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall. |
Rozmiar pliku | 38.01 KB |
Liczba instalacji | 108 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2016-10-09 |
Data Publikacji | 2016-10-09 |
Ocena | 4.71/5 Łącznie 7 Oceny |
Deweloper | gcollazo |
Typ Płatności | free |
Strona Rozszerzenia | http://www.firewalltrump.com/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Firewall Trump", "version": "1.3", "description": "The Firewall Trump extension delivers a beautiful Trump\u2013Free Internet experience. If he\u2019s building a wall, we\u2019ll build a firewall.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "websiteBlocker.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ] } |