Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
Co to jest Drumpfinator++?
Drumpfinator++ to rozszerzenie Chrome opracowane przez McRain, a jego główną funkcją jest „Add this app to your Chrome browser to make reading new articles great again.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Drumpfinator++
Pobierz pliki rozszerzeń Drumpfinator++ 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
Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit. The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
Oficjalny URL | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
Opis | Add this app to your Chrome browser to make reading new articles great again. |
Rozmiar pliku | 150 KB |
Liczba instalacji | 73 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-03-13 |
Data Publikacji | 2016-03-13 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | McRain |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpfinator++", "version": "1.0", "description": "Add this app to your Chrome browser to make reading new articles great again.", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Make Donald Drumpf Again!", "default_popup": "popup.html" } } |