Twitter Extended
A bunch of extensions and extra features for Twitter
Twitter Extended क्या है?
Twitter Extended Que द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A bunch of extensions and extra features for Twitter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Extended एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Your choice of Improvements & fixes to Twitter: ---> Click the blue bird in your Chrome bar to configure. - Hiding others' likes on your timeline - Hides Promoted Tweets - Square Icons - Hides Trends on the Left - Shows follower count - Hides Moments on the top bar - Hides the Email import box - Hides the Who to Follow - Hides curiouscat & ask.fm tweets - Hides like & rt counts - Real time tweet Version 1.1 changelog: - Fixed chrome permissions so it doesn't ask for non-twitter information - Added curiouscat & askfm hiding - Improved memory usage by disabling follower count by default - Added option to hide like & rt options - Fixed bug with missing square icons on minimised threads Version 1.0 release
एक्सटेंशन की मूल जानकारी
नाम | Twitter Extended |
ID | bidcnhmidglfaojcifcjnlgeifobcdif |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-extended/bidcnhmidglfaojcifcjnlgeifobcdif |
विवरण | A bunch of extensions and extra features for Twitter |
फ़ाइल का आकार | 40.88 KB |
स्थापना संख्या | 1,328 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2018-06-06 |
प्रकाशन तिथि | 2018-06-06 |
रेटिंग | 4.02/5 कुल 42 रेटिंग्स |
डेवलपर | Que |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.youtube.com/watch?v=5LlQNty_C8s |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Extended", "description": "A bunch of extensions and extra features for Twitter", "version": "1.1", "icons": { "128": "icon.png" }, "permissions": [ "storage", "https:\/\/twitter.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/twitter.com\/*", "*:\/\/www.twitter.com\/*", "*:\/\/twitter.com\/", "*:\/\/www.twitter.com\/" ], "js": [ "change.js" ] } ], "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html", "default_title": "Twitter Extended" }, "background": { "scripts": [ "background.js" ] } } |