Refined Twitter Lite
Add UI improvements and new useful features to Twitter Lite
Refined Twitter Lite क्या है?
Refined Twitter Lite ggurgone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add UI improvements and new useful features to Twitter Lite"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Refined Twitter Lite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
See https://github.com/giuseppeg/refined-twitter-lite/blob/master/FEATURES.md for a detailed breakdown of the features and instructions on how to en/disable them.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | adhbafkkfbonbogdlaebnoegpoogngcc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/refined-twitter-lite/adhbafkkfbonbogdlaebnoegpoogngcc |
विवरण | Add UI improvements and new useful features to Twitter Lite |
फ़ाइल का आकार | 21.66 KB |
स्थापना संख्या | 686 |
वर्तमान संस्करण | 0.3.21 |
अंतिम अपडेट | 2023-01-17 |
प्रकाशन तिथि | 2020-06-02 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | ggurgone |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/giuseppeg/refined-twitter-lite |
सहायता पृष्ठ URL | https://github.com/giuseppeg/refined-twitter-lite |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refined Twitter Lite", "version": "0.3.21", "description": "Add UI improvements and new useful features to Twitter Lite", "homepage_url": "https:\/\/github.com\/giuseppeg\/refined-twitter-lite", "manifest_version": 2, "minimum_chrome_version": "62", "icons": { "128": "icon.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "index.user.js" ] } ] } |