Skip Over Ads

Skip Over Ads is an extension that skips or blocks video ads. Automatically skip a commercial while playing videos & many more…

Что такое Skip Over Ads?

Skip Over Ads - это расширение Chrome, разработанное liacastillo159, и его основная функция - "Skip Over Ads is an extension that skips or blocks video ads. Automatically skip a commercial while playing videos & many more…".

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

screenshot

Скачать файл CRX расширения Skip Over Ads

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

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

                        Skip Over Ads is an extension that skips or blocks video ads.

Automatically skip a commercial while playing videos & many more things with Skip Over Ads for video stream.
The app simply gives an answer of how to block ads.

Who likes Interruption? No one. Unwanted noise of ads which seek our attention & action can be dealt magically by the simple tool. Removing or blocking ads is possible now with this app for video streaming platforms.

If you are tired to click on the skip button or closing boring ads over your video, this extension is for you.
A simple ad skipper that automate the task of to click on skip ad button.

Visit site to learn more and get our latest updates and news: https://www.skipoverads.me/

~~ Contact Us ~~

Email : [email protected]                    

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

Название Skip Over Ads Skip Over Ads
ID ahpnamkmllgmoeheckocebmhghbcijfc
Официальный URL https://chrome.google.com/webstore/detail/skip-over-ads/ahpnamkmllgmoeheckocebmhghbcijfc
Описание Skip Over Ads is an extension that skips or blocks video ads. Automatically skip a commercial while playing videos & many more…
Размер файла 147 KB
Количество установок 1,000
Текущая Версия 1.0.0.45
Последнее Обновление 2022-05-28
Дата публикации 2022-05-28
Разработчик liacastillo159
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.skipoverads.me/
URL страницы помощи https://www.skipoverads.me/#contact-us
URL страницы политики конфиденциальности https://www.skipoverads.me
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "",
    "manifest_version": 3,
    "name": "Skip Over Ads",
    "default_locale": "en",
    "version": "1.0.0.45",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/skipads.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}