Trump Replacer
This extension will replace all mentions of Trump's name with your selected word or phrase
Wat is Trump Replacer?
Trump Replacer is een Chrome-extensie ontwikkeld door taylor.hocutt, en de belangrijkste functie is "This extension will replace all mentions of Trump's name with your selected word or phrase".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump Replacer
Download Trump Replacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | iadkfodhaefhacmoigoakjcoagcfffld |
| Officiële URL | https://chromewebstore.google.com/detail/trump-replacer/iadkfodhaefhacmoigoakjcoagcfffld |
| Beschrijving | This extension will replace all mentions of Trump's name with your selected word or phrase |
| Bestandsgrootte | 6.09 KB |
| Aantal Installaties | 114 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2016-11-21 |
| Publicatiedatum | 2016-11-21 |
| Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | taylor.hocutt |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |