Twitter Pastel Palettes

Cute pastel color themes for Twitter/X in Chrome

Twitter Pastel Palettes क्या है?

Twitter Pastel Palettes rin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cute pastel color themes for Twitter/X in Chrome"।

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

screenshot
screenshot
screenshot

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

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

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

                        Six cute pastel color themes to apply to Twitter's desktop site!

Note: Must be using Twitter's default blue display color! (Designed to overwrite Twitter's light mode + blue accent default layout)                    

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

नाम Twitter Pastel Palettes Twitter Pastel Palettes
ID bigcpeflhikdlnbmpmhgcmknhjkejbki
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-pastel-palettes/bigcpeflhikdlnbmpmhgcmknhjkejbki
विवरण Cute pastel color themes for Twitter/X in Chrome
फ़ाइल का आकार 1.13 MB
स्थापना संख्या 6,129
वर्तमान संस्करण 1.6
अंतिम अपडेट 2024-02-18
प्रकाशन तिथि 2020-04-16
रेटिंग 4.38/5 कुल 24 रेटिंग्स
डेवलपर rin
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Pastel Palettes",
    "description": "Cute pastel color themes for Twitter\/X in Chrome",
    "version": "1.6",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon48.png",
        "default_title": "Twitter Pastel Palettes"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}