Multitran with no ads
Remove ads from original multitran page
Wat is Multitran with no ads?
Multitran with no ads is een Chrome-extensie ontwikkeld door dhilt, en de belangrijkste functie is "Remove ads from original multitran page".
Extensie Screenshots
Download het CRX-bestand van de extensie Multitran with no ads
Download Multitran with no ads-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
Now we can use our lovely Multitran without ads!
Extension repository:
https://github.com/dhilt/multitran-with-no-ads
dhilt, 2015-2021 Basisinformatie over de Extensie
| Naam | |
| ID | cigpbgbohbdbifldinhkapjlmaooahgh |
| Officiële URL | https://chromewebstore.google.com/detail/multitran-with-no-ads/cigpbgbohbdbifldinhkapjlmaooahgh |
| Beschrijving | Remove ads from original multitran page |
| Bestandsgrootte | 38.09 KB |
| Aantal Installaties | 253 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2021-09-24 |
| Publicatiedatum | 2017-09-01 |
| Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | dhilt |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/dhilt/multitran-with-no-ads |
| Ondersteunde Talen | 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
} | |