Still Here

Automatically tell Netflix you're still there

Что такое Still Here?

Still Here - это расширение Chrome, разработанное irwing, и его основная функция - "Automatically tell Netflix you're still there".

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

screenshot

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

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

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

                        No more Netflix asking you if you're still there.                    

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

Название Still Here Still Here
ID einlccdnblainedghjekipohnodkgpno
Официальный URL https://chromewebstore.google.com/detail/still-here/einlccdnblainedghjekipohnodkgpno
Описание Automatically tell Netflix you're still there
Размер файла 18.85 KB
Количество установок 44
Текущая Версия 1.0.0
Последнее Обновление 2016-03-29
Дата публикации 2016-03-29
Рейтинг 5.00/5 Всего 1 оценок
Разработчик irwing
Тип оплаты free
Официальный сайт расширения http://stillhere.irwingreza.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Still Here",
    "description": "Automatically tell Netflix you're still there",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "author": "Irwing Reza",
    "short_name": "Still Here",
    "background": {
        "scripts": [
            "netflix.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*.netflix.com\/watch*"
    ]
}