Google Inbox Discord Skin

Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.

Google Inbox Discord Skin क्या है?

Google Inbox Discord Skin Spoon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Inbox Discord Skin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.                    

एक्सटेंशन की मूल जानकारी

नाम Google Inbox Discord Skin Google Inbox Discord Skin
ID fcimclbhbcnlnnlojjlfgakbgmhhapic
आधिकारिक URL https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic
विवरण Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
फ़ाइल का आकार 31.44 KB
स्थापना संख्या 435
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-06-05
प्रकाशन तिथि 2016-06-05
रेटिंग 2.21/5 कुल 33 रेटिंग्स
डेवलपर Spoon
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "discordInbox.user.js"
            ],
            "matches": [
                "http:\/\/inbox.google.com\/u\/*",
                "https:\/\/inbox.google.com\/u\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.",
    "name": "Google Inbox Discord Skin",
    "short_name": "Discord Inbox",
    "version": "1.1",
    "icons": {
        "16": "discord-inbox-16.png",
        "32": "discord-inbox-32.png",
        "64": "discord-inbox-64.png",
        "128": "discord-inbox-128.png"
    }
}