Skip shorte.st ads

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

Hvad er Skip shorte.st ads?

Skip shorte.st ads er en Chrome-udvidelse udviklet af anka.213, og dens hovedfunktion er "Automatically skips the ads on http://sh.st/ links immediately.".

Udvidelsesskærmbilleder

screenshot

Download Skip shorte.st ads-udvidelses-CRX-fil

Download Skip shorte.st ads-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Skip shorte.st ads Skip shorte.st ads
ID bhgkdnnlhmefhnkfilcaaibapeepkfok
Officiel URL https://chromewebstore.google.com/detail/skip-shortest-ads/bhgkdnnlhmefhnkfilcaaibapeepkfok
Beskrivelse Automatically skips the ads on http://sh.st/ links immediately.
Filstørrelse 23.34 KB
Antal Installationer 13,738
Nuværende Version 1.1.3
Senest Opdateret 2020-05-21
Udgivelsesdato 2020-05-21
Bedømmelse 3.63/5 Samlet 111 Bedømmelser
Udvikler anka.213
Betalingsmetode free
Udvidelseswebsted https://github.com/anka-213/chrome-shorte.st-skipper
Understøttede Sprog 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\/*"
    ]
}