Skip shorte.st ads

Automatically skips the ads on http://sh.st/ links immediately.

Skip shorte.st ads क्या है?

Skip shorte.st ads anka.213 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically skips the ads on http://sh.st/ links immediately."।

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

screenshot

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

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

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

                        Instantly skips any links on http://sh.st/ and forwards to the actual site.

Source code is available at https://github.com/anka-213/chrome-shorte.st-skipper

Supported domains:
- shorte.st
- sh.st
- clkmein.com
- viid.me
- xiw34.com
- corneey.com
- gestyy.com
- cllkme.com
- festyy.com
- destyy.com
- ceesty.com                    

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

नाम Skip shorte.st ads Skip shorte.st ads
ID bhgkdnnlhmefhnkfilcaaibapeepkfok
आधिकारिक URL https://chromewebstore.google.com/detail/skip-shortest-ads/bhgkdnnlhmefhnkfilcaaibapeepkfok
विवरण Automatically skips the ads on http://sh.st/ links immediately.
फ़ाइल का आकार 23.34 KB
स्थापना संख्या 13,738
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2020-05-21
प्रकाशन तिथि 2020-05-21
रेटिंग 3.63/5 कुल 111 रेटिंग्स
डेवलपर anka.213
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/anka-213/chrome-shorte.st-skipper
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skip shorte.st ads",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "Automatically skips the ads on http:\/\/sh.st\/ links immediately.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/sh.st\/*",
        "https:\/\/sh.st\/*",
        "http:\/\/clkmein.com\/*",
        "http:\/\/viid.me\/*",
        "http:\/\/xiw34.com\/*",
        "http:\/\/corneey.com\/*",
        "http:\/\/gestyy.com\/*",
        "http:\/\/cllkme.com\/*",
        "http:\/\/festyy.com\/*",
        "http:\/\/destyy.com\/*",
        "http:\/\/ceesty.com\/*"
    ]
}