PhantomL0rd TV

The official PhantomL0rd browser extension, includes all Twitch emotes and showing notifications when PhantomL0rd goes live.

Что такое PhantomL0rd TV?

PhantomL0rd TV - это расширение Chrome, разработанное ansienb1, и его основная функция - "The official PhantomL0rd browser extension, includes all Twitch emotes and showing notifications when PhantomL0rd goes live.".

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

screenshot

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

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

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

                                            

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

Название PhantomL0rd TV PhantomL0rd TV
ID boolhcokfpfkpceoannbagdobphpohdd
Официальный URL https://chromewebstore.google.com/detail/phantoml0rd-tv/boolhcokfpfkpceoannbagdobphpohdd
Описание The official PhantomL0rd browser extension, includes all Twitch emotes and showing notifications when PhantomL0rd goes live.
Размер файла 1.24 MB
Количество установок 87
Текущая Версия 1.0.8
Последнее Обновление 2017-10-05
Дата публикации 2017-10-04
Рейтинг 3.42/5 Всего 26 оценок
Разработчик ansienb1
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PhantomL0rd TV",
    "version": "1.0.8",
    "short_name": "PLTV",
    "description": "The official PhantomL0rd browser extension, includes all Twitch emotes and showing notifications when PhantomL0rd goes live.",
    "icons": {
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "background",
        "http:\/\/*.youtube.com\/",
        "http:\/\/192.241.248.43\/",
        "https:\/\/twitchemotes.com\/api_cache\/v2\/*.json",
        "https:\/\/api.betterttv.net\/2\/emotes",
        "https:\/\/api.betterttv.net\/2\/channels\/*"
    ],
    "options_page": "options\/options.html",
    "options_ui": {
        "page": "options\/options.html"
    },
    "background": {
        "scripts": [
            "external\/jquery.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "PhantomL0rd TV",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.twitter.com https:\/\/*.twimg.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "external\/jquery.js",
                "content.js"
            ],
            "css": [
                "external\/hint.css",
                "content.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.gaming.youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "external\/chat-colors.css",
        "icons\/*.png",
        "icons\/emotes\/*.png"
    ]
}