YouTube Auto Skiper

YouTube Auto Skiper - Automatically skip the ads button appears.

Что такое YouTube Auto Skiper?

YouTube Auto Skiper - это расширение Chrome, разработанное namdaik, и его основная функция - "YouTube Auto Skiper - Automatically skip the ads button appears.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения YouTube Auto Skiper

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

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

                        The app will automatically click skip ads on youtube after 5 seconds to skip ads in a friendly manner.
Will also remove annoying ads on pages:
shopee.vn, sendo.vn, tiki.vn, lazada.vn.

If you have any questions about the software, please contact me via email: [email protected]                    

Основная информация о расширении

Название YouTube Auto Skiper YouTube Auto Skiper
ID clocflifoieofjffhkhelnmhjibfpihj
Официальный URL https://chrome.google.com/webstore/detail/youtube-auto-skiper/clocflifoieofjffhkhelnmhjibfpihj
Описание YouTube Auto Skiper - Automatically skip the ads button appears.
Размер файла 3.78 MB
Количество установок 33
Текущая Версия 0.1.1
Последнее Обновление 2022-02-18
Дата публикации 2022-02-16
Разработчик namdaik
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
URL страницы политики конфиденциальности https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 3,
    "name": "YouTube Auto Skiper",
    "description": "YouTube Auto Skiper - Automatically skip the ads button appears.",
    "author": "Namdaik",
    "homepage_url": "http:\/\/ext-land.namdaik.com\/",
    "action": {
        "default_popup": "option.html"
    },
    "icons": {
        "128": "assets\/images\/ytskip\/logo-128x128.png",
        "16": "assets\/images\/ytskip\/logo-16x16.png",
        "32": "assets\/images\/ytskip\/logo-32x32.png",
        "64": "assets\/images\/ytskip\/logo-64x64.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "assets\/libs\/jquery.js",
                "assets\/js\/client.js",
                "assets\/js\/content.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.tiki.vn\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.sendo.vn\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "activeTab"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset1",
                "enabled": true,
                "path": "assets\/rules.json"
            }
        ]
    }
}