Customize Twitter
This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…
Customize Twitter क्या है?
Customize Twitter https://krish-nerkar.ml द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Customize Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default accent to blue and lights out, for steps see this : https://bit.ly/3r8Jz62 More Customization Options Coming Soon......👀
एक्सटेंशन की मूल जानकारी
नाम | Customize Twitter |
ID | elokfbhficagbdeldboinmcgcednbick |
आधिकारिक URL | https://chromewebstore.google.com/detail/customize-twitter/elokfbhficagbdeldboinmcgcednbick |
विवरण | This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default… |
फ़ाइल का आकार | 31.81 KB |
स्थापना संख्या | 119 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-03-06 |
प्रकाशन तिथि | 2021-03-01 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://krish-nerkar.ml |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://krish-nerkar.ml/projects |
सहायता पृष्ठ URL | https://bit.ly/3r8Jz62 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html", "default_title": "Customize Twitter", "default_icom": "img\/icon.png" }, "content_scripts": [ { "css": [ "css\/twitter.css" ], "js": [ "js\/twitter.js" ], "matches": [ "*:\/\/twitter.com\/*" ] } ], "description": "", "icons": { "128": "img\/icon.png", "16": "img\/icon.png", "48": "img\/icon.png" }, "manifest_version": 2, "name": "Customize Twitter", "permissions": [ "cookies", "*:\/\/twitter.com\/*" ], "short_name": "Customize Twitter", "version": "1.0.1" } |