Rename Trump
Does the mere sight of his name bring you frustration? Then change it to something else!
Co to jest Rename Trump?
Rename Trump to rozszerzenie Chrome opracowane przez doogin, a jego główną funkcją jest „Does the mere sight of his name bring you frustration? Then change it to something else!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rename Trump
Pobierz pliki rozszerzeń Rename 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
Sick of looking at this man's name? GIve him a new name that will replace his real name on every website you visit.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | loiagmbficjodnelncioomijbmflhhia |
Oficjalny URL | https://chrome.google.com/webstore/detail/rename-trump/loiagmbficjodnelncioomijbmflhhia |
Opis | Does the mere sight of his name bring you frustration? Then change it to something else! |
Rozmiar pliku | 39.79 KB |
Liczba instalacji | 126 |
Aktualna Wersja | 1.2.4 |
Ostatnia Aktualizacja | 2016-11-12 |
Data Publikacji | 2016-11-12 |
Ocena | 4.69/5 Łącznie 16 Oceny |
Deweloper | doogin |
Typ Płatności | free |
Strona Rozszerzenia | http://trumpinoneword.com/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rename Trump", "version": "1.2.4", "manifest_version": 2, "description": "Does the mere sight of his name bring you frustration? Then change it to something else!", "icons": { "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.2.4.min.js", "script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "http:\/\/*.google.com\/", "https:\/\/*.google.com\/" ], "browser_action": { "default_title": "", "default_icon": { "16": "img\/b_icon16.png", "24": "img\/b_icon24.png", "32": "img\/b_icon32.png" }, "default_popup": "popup.html" } } |