PhantomL0rd TV

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

PhantomL0rd TV là gì?

PhantomL0rd TV là một tiện ích mở rộng Chrome được phát triển bởi ansienb1, và tính năng chính của nó là "The official PhantomL0rd browser extension, includes all Twitch emotes and showing notifications when PhantomL0rd goes live.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PhantomL0rd TV

Tải xuống các tệp mở rộng PhantomL0rd TV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PhantomL0rd TV PhantomL0rd TV
ID boolhcokfpfkpceoannbagdobphpohdd
URL Chính Thức https://chromewebstore.google.com/detail/phantoml0rd-tv/boolhcokfpfkpceoannbagdobphpohdd
Mô tả The official PhantomL0rd browser extension, includes all Twitch emotes and showing notifications when PhantomL0rd goes live.
Kích Thước Tệp 1.24 MB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2017-10-05
Ngày Phát Hành 2017-10-04
Đánh Giá 3.42/5 Tổng số 26 Đánh Giá
Nhà Phát Triển ansienb1
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}