PhantomL0rd TV

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

PhantomL0rd TV क्या है?

PhantomL0rd TV ansienb1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The official PhantomL0rd browser extension, includes all Twitch emotes and showing notifications when PhantomL0rd goes live."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PhantomL0rd TV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}