Skip shorte.st ads

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

Cos'è Skip shorte.st ads?

Skip shorte.st ads è un'estensione di Chrome sviluppata da anka.213, e la sua funzione principale è "Automatically skips the ads on http://sh.st/ links immediately.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Skip shorte.st ads

Scarica i file di estensione Skip shorte.st ads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Skip shorte.st ads Skip shorte.st ads
ID bhgkdnnlhmefhnkfilcaaibapeepkfok
URL Ufficiale https://chromewebstore.google.com/detail/skip-shortest-ads/bhgkdnnlhmefhnkfilcaaibapeepkfok
Descrizione Automatically skips the ads on http://sh.st/ links immediately.
Dimensione del File 23.34 KB
Conteggio Installazioni 13,738
Versione Corrente 1.1.3
Ultimo Aggiornamento 2020-05-21
Data di Pubblicazione 2020-05-21
Valutazione 3.63/5 Totale 111 Valutazioni
Sviluppatore anka.213
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/anka-213/chrome-shorte.st-skipper
Lingue Supportate 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\/*"
    ]
}