Twitter Dusk

A twitter theme inspired by the twitter app night mode.

Qu'est-ce que Twitter Dusk ?

Twitter Dusk est une extension Chrome développée par https://ggarnhart.com, et sa fonction principale est "A twitter theme inspired by the twitter app night mode.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter Dusk

Téléchargez les fichiers d'extension Twitter Dusk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitter Dusk Twitter Dusk
ID popkolfnihkkdcmemlhcijdfkmodjejk
URL Officiel https://chromewebstore.google.com/detail/twitter-dusk/popkolfnihkkdcmemlhcijdfkmodjejk
Description A twitter theme inspired by the twitter app night mode.
Taille du Fichier 59.49 KB
Nombre d'Installations 17
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-12-19
Date de Publication 2016-12-19
Évaluation 4.33/5 Total 3 Évaluations
Développeur https://ggarnhart.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}