SnooTube for YouTube™

SnooTube for YouTube™

Что такое SnooTube for YouTube™?

SnooTube for YouTube™ - это расширение Chrome, разработанное ThePotato, и его основная функция - "SnooTube for YouTube™".

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

screenshot
screenshot

Скачать файл CRX расширения SnooTube for YouTube™

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

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

                        A Chrome extension that embeds Reddit comments, in your YouTube Comments.

Works with the new Polymer Design layout!

- Fixed load more

- Fixed minimize comments button

-Thanks xlexi & KoffeinFlummi

(Might break every so often)                    

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

Название SnooTube for YouTube™ SnooTube for YouTube™
ID nnkpagjmddndhnkiecjecfknleggbhfo
Официальный URL https://chrome.google.com/webstore/detail/snootube-for-youtube/nnkpagjmddndhnkiecjecfknleggbhfo
Описание SnooTube for YouTube™
Размер файла 253 KB
Количество установок 3,000
Текущая Версия 3.21
Последнее Обновление 2019-05-06
Дата публикации 2019-05-06
Рейтинг 4.09/5 Всего 68 оценок
Разработчик ThePotato
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/KoffeinFlummi/alientube
URL страницы помощи https://github.com/KoffeinFlummi/alientube/issues
URL страницы политики конфиденциальности https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy
Поддерживаемые языки en,fr,no,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SnooTube for YouTube\u2122",
    "short_name": "SnooTube",
    "description": "SnooTube for YouTube\u2122",
    "author": "Delexious",
    "homepage_url": "https:\/\/github.com\/KoffeinFlummi\/alientube",
    "version": "3.21",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "41.0",
    "content_security_policy": "script-src 'self' https:\/\/api.reddit.com; object-src 'self'",
    "options_page": "res\/options.html",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/vimeo.com\/*"
            ],
            "js": [
                "js\/snuownd.js",
                "js\/script.js"
            ],
            "css": [
                "res\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/",
        "https:\/\/api.reddit.com\/",
        "storage"
    ],
    "optional_permissions": [
        "*:\/\/vimeo.com\/*"
    ],
    "web_accessible_resources": [
        "res\/style.css",
        "res\/chrome_shared.css",
        "res\/widgets.css",
        "js\/*",
        "res\/*",
        "TypeScript\/*",
        "icon128.png"
    ]
}