Trump Replacer
This extension will replace all mentions of Trump's name with your selected word or phrase
Cos'è Trump Replacer?
Trump Replacer è un'estensione di Chrome sviluppata da taylor.hocutt, e la sua funzione principale è "This extension will replace all mentions of Trump's name with your selected word or phrase".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trump Replacer
Scarica i file di estensione Trump Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | iadkfodhaefhacmoigoakjcoagcfffld |
| URL Ufficiale | https://chromewebstore.google.com/detail/trump-replacer/iadkfodhaefhacmoigoakjcoagcfffld |
| Descrizione | This extension will replace all mentions of Trump's name with your selected word or phrase |
| Dimensione del File | 6.09 KB |
| Conteggio Installazioni | 114 |
| Versione Corrente | 1.6 |
| Ultimo Aggiornamento | 2016-11-21 |
| Data di Pubblicazione | 2016-11-21 |
| Valutazione | 4.83/5 Totale 6 Valutazioni |
| Sviluppatore | taylor.hocutt |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |