Multitran with no ads
Remove ads from original multitran page
Vad är Multitran with no ads?
Multitran with no ads är en Chrome-tillägg utvecklad av dhilt, och dess huvudfunktion är "Remove ads from original multitran page".
Tilläggsskärmbilder
Ladda ner Multitran with no ads-förlängningens CRX-fil
Ladda ner Multitran with no ads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Now we can use our lovely Multitran without ads!
Extension repository:
https://github.com/dhilt/multitran-with-no-ads
dhilt, 2015-2021                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | cigpbgbohbdbifldinhkapjlmaooahgh | 
| Officiell webbadress | https://chromewebstore.google.com/detail/multitran-with-no-ads/cigpbgbohbdbifldinhkapjlmaooahgh | 
| Beskrivning | Remove ads from original multitran page | 
| Filstorlek | 38.09 KB | 
| Antal Installationer | 253 | 
| Aktuell Version | 0.1.0 | 
| Senast Uppdaterad | 2021-09-24 | 
| Publiceringsdatum | 2017-09-01 | 
| Betyg | 3.33/5 Totalt 3 Betyg | 
| Utvecklare | dhilt | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/dhilt/multitran-with-no-ads | 
| Stödda Språk | 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
}  |  |