Rename Trump
Does the mere sight of his name bring you frustration? Then change it to something else!
Co je Rename Trump?
Rename Trump je rozšíření Chrome vyvinuté doogin, a jeho hlavní funkcí je „Does the mere sight of his name bring you frustration? Then change it to something else!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Rename Trump
Stáhněte si soubory rozšíření Rename Trump ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Sick of looking at this man's name? GIve him a new name that will replace his real name on every website you visit.
Základní Informace o Rozšíření
Název | |
ID | loiagmbficjodnelncioomijbmflhhia |
Oficiální URL | https://chrome.google.com/webstore/detail/rename-trump/loiagmbficjodnelncioomijbmflhhia |
Popis | Does the mere sight of his name bring you frustration? Then change it to something else! |
Velikost souboru | 39.79 KB |
Počet instalací | 126 |
Aktuální Verze | 1.2.4 |
Poslední Aktualizace | 2016-11-12 |
Datum Vydání | 2016-11-12 |
Hodnocení | 4.69/5 Celkem 16 Hodnocení |
Vývojář | doogin |
Typ Platby | free |
Webové stránky Rozšíření | http://trumpinoneword.com/ |
Podporované Jazyky | 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" } } |