Remote

Remote for your favorite player.

Remote क्या है?

Remote remote-potato द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remote for your favorite player."।

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

screenshot

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

crx प्रारूप में Remote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Remote as the name entails, is a remote, but for your browser 🎉

Nowadays, most of the content is available through the browser. 
However your browser is not always accessible straight from your TV, so you end up displaying your computer's screen on your TV.

Remote is the missing controller for your browser, especially when you're showing video content on TV.                    

एक्सटेंशन की मूल जानकारी

नाम Remote Remote
ID hifbccioeoaheffkmedjiphppjpcbfeh
आधिकारिक URL https://chrome.google.com/webstore/detail/remote/hifbccioeoaheffkmedjiphppjpcbfeh
विवरण Remote for your favorite player.
फ़ाइल का आकार 82.66 KB
स्थापना संख्या 160
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2017-11-04
प्रकाशन तिथि 2017-11-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर remote-potato
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remote",
    "description": "Remote for your favorite player.",
    "version": "2.1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "injected.js"
            ],
            "css": [
                "injected.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "Remote for your favorite player.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}