Skip shorte.st ads

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

Что такое Skip shorte.st ads?

Skip shorte.st ads - это расширение Chrome, разработанное anka.213, и его основная функция - "Automatically skips the ads on http://sh.st/ links immediately.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Skip shorte.st ads

Скачайте файлы расширений Skip shorte.st ads в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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\/*"
    ]
}