Multitran with no ads
Remove ads from original multitran page
Qu'est-ce que Multitran with no ads ?
Multitran with no ads est une extension Chrome développée par dhilt, et sa fonction principale est "Remove ads from original multitran page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Multitran with no ads
Téléchargez les fichiers d'extension Multitran with no ads 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
Now we can use our lovely Multitran without ads!
Extension repository:
https://github.com/dhilt/multitran-with-no-ads
dhilt, 2015-2021 Informations de Base sur l'Extension
| Nom | |
| ID | cigpbgbohbdbifldinhkapjlmaooahgh |
| URL Officiel | https://chromewebstore.google.com/detail/multitran-with-no-ads/cigpbgbohbdbifldinhkapjlmaooahgh |
| Description | Remove ads from original multitran page |
| Taille du Fichier | 38.09 KB |
| Nombre d'Installations | 253 |
| Version Actuelle | 0.1.0 |
| Dernière Mise à Jour | 2021-09-24 |
| Date de Publication | 2017-09-01 |
| Évaluation | 3.33/5 Total 3 Évaluations |
| Développeur | dhilt |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/dhilt/multitran-with-no-ads |
| Langues Prises en Charge | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Multitran with no ads",
"short_name": "No ads multitran",
"version": "0.1.0",
"description": "Remove ads from original multitran page",
"icons": {
"48": "no-ads-multitran-icon48.png",
"64": "no-ads-multitran-icon64.png",
"128": "no-ads-multitran-icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.multitran.ru\/*",
"https:\/\/www.multitran.ru\/*",
"http:\/\/www.multitran.com\/*",
"https:\/\/www.multitran.com\/*"
],
"js": [
"contentscript.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"permissions": [
"storage"
],
"web_accessible_resources": [
"contentscript.css"
],
"manifest_version": 2
} | |