Polychroma TV

The finest in avant-garde programming – live and on-demand.

Vad är Polychroma TV?

Polychroma TV är en Chrome-tillägg utvecklad av https://polychroma.tv, och dess huvudfunktion är "The finest in avant-garde programming – live and on-demand.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Polychroma TV-förlängningens CRX-fil

Ladda ner Polychroma TV-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

                        With 100+ channels – Polychroma TV is the place to go for the finest in avant-garde programming.

Tune in live and on-demand to see the best award-winning documentaries & feature films, cooking shows, live news & radio, mondo cinema, music videos, reality & trash TV, travel shows, and more!                    

Grundläggande Information om Tillägg

Namn Polychroma TV Polychroma TV
ID fehfcapnoggplkpomighobokgpihfcak
Officiell webbadress https://chrome.google.com/webstore/detail/fehfcapnoggplkpomighobokgpihfcak
Beskrivning The finest in avant-garde programming – live and on-demand.
Filstorlek 1.74 MB
Antal Installationer 112
Aktuell Version 3.1.2
Senast Uppdaterad 2021-08-01
Publiceringsdatum 2019-01-17
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://polychroma.tv
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://polychroma.tv/
Hjälpsida URL https://polychroma.tv/privacy-policy
URL till Sekretesspolicy Sidan https://polychroma.tv/privacy-policy
Stödda Språk en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Polychroma TV",
    "description": "The finest in avant-garde programming \u2013 live and on-demand.",
    "background": {
        "page": "background.html"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "Polychroma TV",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png",
        "256": "img\/icon-256.png",
        "512": "img\/icon-512.png"
    },
    "author": "Polychroma, LLC.",
    "homepage_url": "https:\/\/polychroma.tv\/",
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "notifications",
        "http:\/\/*.polychroma.tv\/",
        "https:\/\/*.polychroma.tv\/"
    ],
    "version": "3.1.2"
}