Trump Replacer
This extension will replace all mentions of Trump's name with your selected word or phrase
Co je Trump Replacer?
Trump Replacer je rozšíření Chrome vyvinuté taylor.hocutt, a jeho hlavní funkcí je „This extension will replace all mentions of Trump's name with your selected word or phrase“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Trump Replacer
Stáhněte si soubory rozšíření Trump Replacer 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í
Add this app to your Chrome browser and replace all instances of "Trump" with a word or phrase of your choice! Just click the plugin icon in the top of your browser and enter in a new value.
Základní Informace o Rozšíření
Název | Trump Replacer |
ID | iadkfodhaefhacmoigoakjcoagcfffld |
Oficiální URL | https://chromewebstore.google.com/detail/trump-replacer/iadkfodhaefhacmoigoakjcoagcfffld |
Popis | This extension will replace all mentions of Trump's name with your selected word or phrase |
Velikost souboru | 6.09 KB |
Počet instalací | 114 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2016-11-21 |
Datum Vydání | 2016-11-21 |
Hodnocení | 4.83/5 Celkem 6 Hodnocení |
Vývojář | taylor.hocutt |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Replacer", "description": "This extension will replace all mentions of Trump's name with your selected word or phrase", "version": "1.6", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |