Text replacer
You can change any text in any website you want!
Wat is Text replacer?
Text replacer is een Chrome-extensie ontwikkeld door madmon18, en de belangrijkste functie is "You can change any text in any website you want!".
Extensie Screenshots
Download het CRX-bestand van de extensie Text replacer
Download Text 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
With this tool you will be able to replace any text in any website you want
press "Ctrl + b" to insert the words you want to replace
press "Ctrl + Alt + b" to see the words you already replaced
enjoy! Basisinformatie over de Extensie
| Naam | |
| ID | omigokpnmglhaplhdemeiaigmojaalba |
| Officiële URL | https://chromewebstore.google.com/detail/text-replacer/omigokpnmglhaplhdemeiaigmojaalba |
| Beschrijving | You can change any text in any website you want! |
| Bestandsgrootte | 1.33 MB |
| Aantal Installaties | 420 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2017-12-17 |
| Publicatiedatum | 2017-12-17 |
| Beoordeling | 2.20/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | madmon18 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Text replacer",
"description": "You can change any text in any website you want!",
"version": "1.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "yair.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"yair.js"
]
}
]
} | |