Freevee Skipper: skip ads, intros & more

Automatically skip intros, recaps, block ads and click next episode button on Freevee

Что такое Freevee Skipper: skip ads, intros & more?

Freevee Skipper: skip ads, intros & more - это расширение Chrome, разработанное Browser Extensions, и его основная функция - "Automatically skip intros, recaps, block ads and click next episode button on Freevee".

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

screenshot

Скачать файл CRX расширения Freevee Skipper: skip ads, intros & more

Скачайте файлы расширений Freevee Skipper: skip ads, intros & more в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Extension to skip all intros, recaps and fast forward ads when watching Freevee series.

Save your time, muscles and keyboard buttons! 

One click to play all series episodes in a row without a single move from the couch. 

Add Freevee Skipper to your browser to automatically:
⏩ Fast forward ads
⏩ Skip all intros and recaps 
⏩ Go to the next episode

One extension to play all episodes of your favorite series in a row smoothly. All you need to do is to add the extension to your browser, switch on skipping options using toggles and log into your Hulu account. You are ready to binge series all night. It is as simple as that!

No unnecessary clicking when watching Freevee series anymore!

How does it work?
Skipper automatically clicks "skip" buttons which appear while watching. Please note that this extension was developed and tested for the English version only. It may not work for other languages or if the "skip" button is not available by default.

Disclaimer: Freevee is a trademark of Amazon Technologies, Inc.. This website & extension hold no association or affiliation with Amazon or any third-party companies.                    

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

Название Freevee Skipper: skip ads, intros & more Freevee Skipper: skip ads, intros & more
ID nfodepdbkedfahdadcglakjdmopkobon
Официальный URL https://chromewebstore.google.com/detail/freevee-skipper-skip-ads/nfodepdbkedfahdadcglakjdmopkobon
Описание Automatically skip intros, recaps, block ads and click next episode button on Freevee
Размер файла 223 KB
Количество установок 9,072
Текущая Версия 1.0.16
Последнее Обновление 2024-02-01
Дата публикации 2022-09-29
Рейтинг 3.92/5 Всего 63 оценок
Разработчик Browser Extensions
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://vodextended.com/skipper/
URL страницы политики конфиденциальности https://www.vodextended.com/privacy_policy
Поддерживаемые языки de,en,fr,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.16",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.primevideo.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.co.jp\/*"
    ],
    "permissions": [
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "48FreeveeSkipper.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "engine.js",
                "amazon.min.js"
            ],
            "matches": [
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ]
        },
        {
            "js": [
                "amazon_events.min.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*"
            ]
        }
    ],
    "icons": {
        "48": "48FreeveeSkipper.png",
        "128": "128FreeveeSkipper.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}