SLIVER Night Mode

This extension adds a Night Mode to SLIVER's website.

What is SLIVER Night Mode?

SLIVER Night Mode is a Chrome extension developed by rafazundt, and its main feature is "This extension adds a Night Mode to SLIVER's website.".

Extension Screenshots

screenshot

Download SLIVER Night Mode Extension CRX File

Download SLIVER Night Mode 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

                        This extension allow users to have a Night Mode at SLIVER website.                    

Extension Basic Information

Name SLIVER Night Mode SLIVER Night Mode
ID dehbhpclhcjebfcaijeljoknahligjji
Official URL https://chromewebstore.google.com/detail/sliver-night-mode/dehbhpclhcjebfcaijeljoknahligjji
Description This extension adds a Night Mode to SLIVER's website.
File Size 68.89 KB
Installation Count 179
Current Version 0.6
Last Updated 2018-01-08
Publish Date 2018-01-07
Rating 3.60/5 Total 5 Ratings
Developer rafazundt
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SLIVER Night Mode",
    "description": "This extension adds a Night Mode to SLIVER's website.",
    "version": "0.6",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.sliver.tv\/win\/*",
                "http:\/\/www.sliver.tv\/win\/*",
                "https:\/\/win.sliver.tv\/*",
                "http:\/\/win.sliver.tv\/*",
                "https:\/\/www.sliver.tv\/account\/inventory\/*",
                "http:\/\/www.sliver.tv\/account\/inventory\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}