Twitter Dusk

A twitter theme inspired by the twitter app night mode.

What is Twitter Dusk?

Twitter Dusk is a Chrome extension developed by https://ggarnhart.com, and its main feature is "A twitter theme inspired by the twitter app night mode.".

Extension Screenshots

screenshot

Download Twitter Dusk Extension CRX File

Download Twitter Dusk 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

                        Twitter Dusk provides users with a color scheme similar to that of the Twitter app's night mode.

Twitter Dusk will continue to be updated for fuller site wide support. In the coming weeks its contents will be uploaded to GitHub.                    

Extension Basic Information

Name Twitter Dusk Twitter Dusk
ID popkolfnihkkdcmemlhcijdfkmodjejk
Official URL https://chromewebstore.google.com/detail/twitter-dusk/popkolfnihkkdcmemlhcijdfkmodjejk
Description A twitter theme inspired by the twitter app night mode.
File Size 59.49 KB
Installation Count 17
Current Version 1.0.1
Last Updated 2016-12-19
Publish Date 2016-12-19
Rating 4.33/5 Total 3 Ratings
Developer https://ggarnhart.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Dusk",
    "version": "1.0.1",
    "description": "A twitter theme inspired by the twitter app night mode.",
    "permissions": [
        "https:\/\/twitter.com\/",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "Scripts\/execute.js"
        ]
    },
    "browser_action": {
        "default_popup": "nightExtension.html",
        "default_icon": "Images\/darkTwitter.png",
        "default_html": "nightExtension.html"
    }
}