Deep Dark Scrollbars

Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.

Qu'est-ce que Deep Dark Scrollbars ?

Deep Dark Scrollbars est une extension Chrome développée par https://actualmanx.blogspot.com, et sa fonction principale est "Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Deep Dark Scrollbars

Téléchargez les fichiers d'extension Deep Dark Scrollbars 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

                        Deep dark Scrollbars changes the appearance of the scrollbars to match my chrome theme Deep Dark. Install the Deep Dark Theme at https://chrome.google.com/webstore/detail/deep-dark/eeffcpnmcmfdfnaadpnkldhkcjjiihcf 
Or Deep Dark Aero at https://chrome.google.com/webstore/detail/deep-dark-aero/bnojoikdjmknckagmicjhhbknpcjdjnm                    

Informations de Base sur l'Extension

Nom Deep Dark Scrollbars Deep Dark Scrollbars
ID feeaojjpfjaggengmoigjlckepbmkane
URL Officiel https://chromewebstore.google.com/detail/deep-dark-scrollbars/feeaojjpfjaggengmoigjlckepbmkane
Description Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.
Taille du Fichier 13.11 KB
Nombre d'Installations 945
Version Actuelle 1.6
Dernière Mise à Jour 2018-08-14
Date de Publication 2018-08-14
Évaluation 4.06/5 Total 16 Évaluations
Développeur https://actualmanx.blogspot.com
Type de Paiement free
Site Web de l'Extension http://www.actualmanx.com/deep-dark-scrollbars/
Langues Prises en Charge en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhldxP8vJGCn9h1HFCAk8edSp8qaku2zzPDZa+QE3hheymdEn8rHGLXaWZYAAI\/MWcBGwRqJ\/TOd8msALPQu2VXat\/NUrNYq4MsIFFimrmcBwmW1TK05zIwsZ7iQBHR+Mjb9CpC7OSm2APrJ256qFsLqFnsXp6mrkKqRwhriJZIxv+xoccOt5FLisLSUKc2Fr9d7PEeUYwsHFRAS0cAJHlkTzXegIpSVjo9B1OMUyCa8xbFiTT5ZmOIaTbNVA32kaDT3NV7SSihnYv3LMNKBNl4G0R2dIw5bHReKx4BZ+0T2knJciZzslnHOJNFZzZshTW5j4mh6UI1m6El9e2phamwIDAQAB",
    "manifest_version": 2,
    "name": "Deep Dark Scrollbars",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "browser_action": {
        "default_icon": "16.png"
    }
}