Skip shorte.st ads

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

Wat is Skip shorte.st ads?

Skip shorte.st ads is een Chrome-extensie ontwikkeld door anka.213, en de belangrijkste functie is "Automatically skips the ads on http://sh.st/ links immediately.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Skip shorte.st ads

Download Skip shorte.st 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

                        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                    

Basisinformatie over de Extensie

Naam Skip shorte.st ads Skip shorte.st ads
ID bhgkdnnlhmefhnkfilcaaibapeepkfok
Officiële URL https://chromewebstore.google.com/detail/skip-shortest-ads/bhgkdnnlhmefhnkfilcaaibapeepkfok
Beschrijving Automatically skips the ads on http://sh.st/ links immediately.
Bestandsgrootte 23.34 KB
Aantal Installaties 13,738
Huidige Versie 1.1.3
Laatst Bijgewerkt 2020-05-21
Publicatiedatum 2020-05-21
Beoordeling 3.63/5 Totaal 111 Beoordelingen
Ontwikkelaar anka.213
Betalingswijze free
Extensiewebsite https://github.com/anka-213/chrome-shorte.st-skipper
Ondersteunde Talen 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\/*"
    ]
}