Indian-tv Dark Skin

Doplněk upravuje vzhled webu 'https://indian-tv.cz' do tmavých barev. Ikona doplňku je aktivní pouze na webu 'https://indian-tv.cz'.

What is Indian-tv Dark Skin?

Indian-tv Dark Skin is a Chrome extension developed by MWarCZ, and its main feature is "Doplněk upravuje vzhled webu 'https://indian-tv.cz' do tmavých barev. Ikona doplňku je aktivní pouze na webu 'https://indian-tv.cz'.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Indian-tv Dark Skin Extension CRX File

Download Indian-tv Dark Skin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        CZ:
Rozšíření upravuje barvy na webu 'https://indian-tv.cz/' do tmavých barev. 
Rozšíření nemusí vždy fungovat zcela správně (1. Web Indian se může měnit. 2. Nemohu změnit to k čemu se nedostanu. ). 
Web v originálních barvách lze jednoduše zobrazit a to kliknutím na ikonu rozšíření, která se zobrazuje ve vyhledávací lište vpravo. 
(Ikona je aktivní pouze pokud se nacházíte na webu 'https://indian-tv.cz/'.)

Github s kódy pro zájemce: https://github.com/MWarCZ/Indian-tv-Dark-Skin

EN:
Extension changes colors on 'https://indian-tv.cz/' to dark colors.
Extensions may not always work correctly (1. Website Indian is subject to change. 2. I can't change what I can't get to.).
You can easily view website in original colors by clicking extension icon that appears in search bar on right.
(Icon is only active when you are on website 'https://indian-tv.cz/'.)

Github with codes for interested: https://github.com/MWarCZ/Indian-tv-Dark-Skin                    

Extension Basic Information

Name Indian-tv Dark Skin Indian-tv Dark Skin
ID dnhhnhpnnblnpoldbmgggeeibmjfaifl
Official URL https://chromewebstore.google.com/detail/indian-tv-dark-skin/dnhhnhpnnblnpoldbmgggeeibmjfaifl
Description Doplněk upravuje vzhled webu 'https://indian-tv.cz' do tmavých barev. Ikona doplňku je aktivní pouze na webu 'https://indian-tv.cz'.
File Size 49.05 KB
Installation Count 11
Current Version 4.1.2
Last Updated 2019-10-12
Publish Date 2019-10-12
Rating 5.00/5 Total 2 Ratings
Developer MWarCZ
Payment Type free
Extension Website https://github.com/MWarCZ/Indian-tv-Dark-Skin
Supported Languages cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Indian-tv Dark Skin",
    "description": "Dopln\u011bk upravuje vzhled webu 'https:\/\/indian-tv.cz' do tmav\u00fdch barev. Ikona dopl\u0148ku je aktivn\u00ed pouze na webu 'https:\/\/indian-tv.cz'.",
    "author": "MWarCZ",
    "version": "4.1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/indian-tv.cz\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "xxx.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon\/indian-red.png",
        "default_title": "Indian-tv Dark Skin"
    },
    "icons": {
        "16": "icon\/indian-red16.png",
        "48": "icon\/indian-red48.png",
        "128": "icon\/indian-red128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/indian-tv.cz\/*",
        "webNavigation"
    ]
}