Product Dark

Turn Product Hunt dark for nighttime hunting.

Qu'est-ce que Product Dark ?

Product Dark est une extension Chrome développée par https://derekbtw.com, et sa fonction principale est "Turn Product Hunt dark for nighttime hunting.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Product Dark

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

                        New in 3.0.1

- Made it so profile headers are shown
- Text color changed to white in profile settings
- Other color improvements throughout the site                    

Informations de Base sur l'Extension

Nom Product Dark Product Dark
ID nbppndomekcebmldijnlmlmhidepkmbg
URL Officiel https://chromewebstore.google.com/detail/product-dark/nbppndomekcebmldijnlmlmhidepkmbg
Description Turn Product Hunt dark for nighttime hunting.
Taille du Fichier 699 KB
Nombre d'Installations 68
Version Actuelle 3.0.1
Dernière Mise à Jour 2017-08-21
Date de Publication 2017-08-21
Évaluation 2.50/5 Total 4 Évaluations
Développeur https://derekbtw.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://derekbtw.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Product Dark",
    "version": "3.0.1",
    "description": "Turn Product Hunt dark for nighttime hunting.",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/producthunt.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.producthunt.com\/*"
            ],
            "js": [
                "product-dark.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Toggle Dark Theme"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "product-dark.css"
    ]
}