Twitter Custom Color

A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.

Twitter Custom Color क्या है?

Twitter Custom Color malcolm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Adds the ability to make a custom color theme for Twitter. 

Simply click the extension icon while you're on Twitter to reveal a color selector. Using that, you can define any color you want. Your chosen color will be applied as the accent color throughout twitter. (You may need to refresh the page for your changes to apply).

Works with light mode and both dark modes.

Why limit yourself to the 6 default options when you could instead have 16,777,216?

***
Update 1.2.5
- CSS fixes

Update 1.2.4
- CSS fixes in response to changes to Twitter's UI                    

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

नाम Twitter Custom Color Twitter Custom Color
ID ijbadhmaaffcpplchdijgjfffbmmllke
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-custom-color/ijbadhmaaffcpplchdijgjfffbmmllke
विवरण A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.
फ़ाइल का आकार 44.28 KB
स्थापना संख्या 3,817
वर्तमान संस्करण 1.2.5
अंतिम अपडेट 2023-11-21
प्रकाशन तिथि 2022-03-23
रेटिंग 4.48/5 कुल 23 रेटिंग्स
डेवलपर malcolm
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Custom Color",
    "description": "A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.",
    "author": "malcolm",
    "version": "1.2.5",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to open color selector",
        "default_popup": "selector.html"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "64": "64.png",
        "128": "128.png"
    }
}