Text replacer
You can change any text in any website you want!
Qu'est-ce que Text replacer ?
Text replacer est une extension Chrome développée par madmon18, et sa fonction principale est "You can change any text in any website you want!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Text replacer
Téléchargez les fichiers d'extension Text replacer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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! Informations de Base sur l'Extension
| Nom | |
| ID | omigokpnmglhaplhdemeiaigmojaalba |
| URL Officiel | https://chromewebstore.google.com/detail/text-replacer/omigokpnmglhaplhdemeiaigmojaalba |
| Description | You can change any text in any website you want! |
| Taille du Fichier | 1.33 MB |
| Nombre d'Installations | 420 |
| Version Actuelle | 1.2 |
| Dernière Mise à Jour | 2017-12-17 |
| Date de Publication | 2017-12-17 |
| Évaluation | 2.20/5 Total 5 Évaluations |
| Développeur | madmon18 |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
]
}
]
} | |