Binge!

Automatically click 'Continue Watching' in Netflix

Что такое Binge!?

Binge! - это расширение Chrome, разработанное https://demille.github.io/binge, и его основная функция - "Automatically click 'Continue Watching' in Netflix".

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

screenshot

Скачать файл CRX расширения Binge!

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

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

                        Tired of Netflix asking every few episodes if you are still watching? Annoyed by the interruptions three minutes into an episode? Add this extension and stop being bothered.

If you start noticing any issues, submit an issue on the support tab so it can be fixed :)

CHANGELOG:

1.0.2 - Fix for Netflix's new site design                    

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

Название Binge! Binge!
ID ckcalpgemnoejggbleepgmemacmgoofn
Официальный URL https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn
Описание Automatically click 'Continue Watching' in Netflix
Размер файла 10.42 KB
Количество установок 1,385
Текущая Версия 1.0.2
Последнее Обновление 2015-06-21
Дата публикации 2015-06-20
Рейтинг 3.60/5 Всего 47 оценок
Разработчик https://demille.github.io/binge
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binge!",
    "description": "Automatically click 'Continue Watching' in Netflix",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "arrive-2.0.0.min.js",
                "clicker.js"
            ],
            "run_at": "document_end"
        }
    ]
}