Better Youtube™ Experience

Better Youtube™ Experience

Что такое Better Youtube™ Experience?

Better Youtube™ Experience - это расширение Chrome, разработанное http://etaylib.com, и его основная функция - "Better Youtube™ Experience".

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

screenshot

Скачать файл CRX расширения Better Youtube™ Experience

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

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

                        Creating better Youtube™ experience.

Current Features:
*Skip videos by artist or song name when using "AUTOPLAY".


Release Log:
0.0.2:
*Bug Fixes.

0.0.1:
*Skip videos by artist or song name when using "AUTPLAY"                    

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

Название Better Youtube™ Experience Better Youtube™ Experience
ID ppkdnpffafbmkkckgjjedmdcbpkmbobi
Официальный URL https://chrome.google.com/webstore/detail/better-youtube-experience/ppkdnpffafbmkkckgjjedmdcbpkmbobi
Описание Better Youtube™ Experience
Размер файла 43.42 KB
Количество установок 22
Текущая Версия 0.0.2
Последнее Обновление 2017-09-26
Дата публикации 2017-09-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://etaylib.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://etaylib.s3.amazonaws.com/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.2.1.min.js",
                "scripts.js",
                "runner.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Better Youtube\u2122 Experience",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "manifest_version": 2,
    "name": "Better Youtube\u2122 Experience",
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "contextMenus",
        "storage"
    ],
    "version": "0.0.2",
    "web_accessible_resources": []
}