Multitran with no ads

Remove ads from original multitran page

Multitran with no ads क्या है?

Multitran with no ads dhilt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove ads from original multitran page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Multitran with no ads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Now we can use our lovely Multitran without ads!

Extension repository:
https://github.com/dhilt/multitran-with-no-ads

dhilt, 2015-2021                    

एक्सटेंशन की मूल जानकारी

नाम Multitran with no ads Multitran with no ads
ID cigpbgbohbdbifldinhkapjlmaooahgh
आधिकारिक URL https://chromewebstore.google.com/detail/multitran-with-no-ads/cigpbgbohbdbifldinhkapjlmaooahgh
विवरण Remove ads from original multitran page
फ़ाइल का आकार 38.09 KB
स्थापना संख्या 253
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2021-09-24
प्रकाशन तिथि 2017-09-01
रेटिंग 3.33/5 कुल 3 रेटिंग्स
डेवलपर dhilt
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dhilt/multitran-with-no-ads
समर्थित भाषाएँ 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
}