Polychroma TV

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

Polychroma TV란 무엇입니까?

Polychroma TV은(는) https://polychroma.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The finest in avant-garde programming – live and on-demand."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Polychroma TV Polychroma TV
ID fehfcapnoggplkpomighobokgpihfcak
공식 URL https://chrome.google.com/webstore/detail/fehfcapnoggplkpomighobokgpihfcak
설명 The finest in avant-garde programming – live and on-demand.
파일 크기 1.74 MB
설치 횟수 112
현재 버전 3.1.2
최근 업데이트 2021-08-01
출시 날짜 2019-01-17
평점 5.00/5 총 3 개의 평점
개발자 https://polychroma.tv
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://polychroma.tv/
도움말 페이지 URL https://polychroma.tv/privacy-policy
개인정보 보호 정책 페이지 URL https://polychroma.tv/privacy-policy
지원되는 언어 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"
}