PhantomL0rd TV

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

PhantomL0rd TV란 무엇입니까?

PhantomL0rd TV은(는) ansienb1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The official PhantomL0rd browser extension, includes all Twitch emotes and showing notifications when PhantomL0rd goes live."입니다.

확장 프로그램 스크린샷

screenshot

PhantomL0rd TV 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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"
    ]
}