Dark Choco Mode

Applies Cool Dark Choco theme to Websites

Τι είναι το Dark Choco Mode;

Το Dark Choco Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον free.the.love.you.are.awesome, και η κύρια λειτουργία του είναι "Applies Cool Dark Choco theme to Websites".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dark Choco Mode

Λήψη αρχείων επέκτασης Dark Choco Mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Dark Choco Mode will make websites look dark awesome (and sweet)!
Note: You will need to install Dark Reader alongside Dark Choco Mode.

Features:
- Fonts are colored.
- Colors look gorgeous.
- Looks great on most websites.
- You can turn off by just clicking the icon and check, "Turn off dark mode," and hit refresh.
- You can exclude individual websites by entering the link or domain name of the websites (always refresh the page when adding a website). You might also need to exclude the website on Dark Reader since this extension uses Dark Reader.
- You can also edit the items by clicking on it and save changes.
- This works with Dark Reader.
- It's FREE! No strings attached; no gimmicks or ads. 

Note: You will need to install another great extension called, "Dark Reader" for this to work better (developers of Dark Reader is not connected to me in any way). It works great on websites! However, this is a work in progress. We are working hard to make it compatible with all websites. Please support me by trying this out now. It's FREE! 

If you love this product, please give us a good review and five stars. Please share it with your friends and enjoy!

You may also like to try my other extensions. Just search for Smart Back Buttons (go back like a pro) and TwoDo (the minimalist task manager with timer).

Thank You!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dark Choco Mode Dark Choco Mode
ID becnimpeahflhjglmdaggjbhfbljbdmf
Επίσημο URL https://chrome.google.com/webstore/detail/dark-choco-mode/becnimpeahflhjglmdaggjbhfbljbdmf
Περιγραφή Applies Cool Dark Choco theme to Websites
Μέγεθος Αρχείου 552 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2020-02-21
Ημερομηνία Δημοσίευσης 2020-02-21
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής free.the.love.you.are.awesome
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Choco Mode",
    "version": "1.2",
    "description": "Applies Cool Dark Choco theme to Websites",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/dark_mode.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/superbly.pythonanywhere.com\/*"
            ],
            "css": [
                "css\/superbly_great.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "Dark Choco Mode",
        "default_icon": "images\/dark16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "css\/main.css",
        "css\/messenger.css",
        "css\/stackoverflow.css",
        "css\/facebook.css",
        "images\/dark_triangle.png"
    ],
    "icons": {
        "16": "images\/dark16.png",
        "32": "images\/dark32.png",
        "48": "images\/dark48.png",
        "128": "images\/dark128.png"
    }
}