Remote

Remote for your favorite player.

Vad är Remote?

Remote är en Chrome-tillägg utvecklad av remote-potato, och dess huvudfunktion är "Remote for your favorite player.".

Tilläggsskärmbilder

screenshot

Ladda ner Remote-förlängningens CRX-fil

Ladda ner Remote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Remote Remote
ID hifbccioeoaheffkmedjiphppjpcbfeh
Officiell webbadress https://chrome.google.com/webstore/detail/remote/hifbccioeoaheffkmedjiphppjpcbfeh
Beskrivning Remote for your favorite player.
Filstorlek 82.66 KB
Antal Installationer 160
Aktuell Version 2.1.0
Senast Uppdaterad 2017-11-04
Publiceringsdatum 2017-11-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare remote-potato
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}