Clean Twitter
Remove all the annoying clutter from your Twitter.
Clean Twitter क्या है?
Clean Twitter dhaiwatpandya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove all the annoying clutter from your Twitter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clean Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enhance your Twitter experience by removing some of the clutter. Currently supported features: 1) No sidebars on the right (Trending hashtags, ads, follow recommendations, etc) 2) No metrics/numbers (Likes, RTs, replies, followers) You can turn any of the features on and off at any time. This extension is open-source (https://github.com/Dhaiwat10/clean-twitter) and 100% safe to use. It does not collect any information or store it.
एक्सटेंशन की मूल जानकारी
नाम | Clean Twitter |
ID | ibcjnfhpdjinbcmojnmpnokcgfljiebb |
आधिकारिक URL | https://chromewebstore.google.com/detail/clean-twitter/ibcjnfhpdjinbcmojnmpnokcgfljiebb |
विवरण | Remove all the annoying clutter from your Twitter. |
फ़ाइल का आकार | 98.75 KB |
स्थापना संख्या | 306 |
वर्तमान संस्करण | 0.3.0 |
अंतिम अपडेट | 2021-02-26 |
प्रकाशन तिथि | 2021-02-16 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | dhaiwatpandya |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Dhaiwat10/clean-twitter |
सहायता पृष्ठ URL | https://github.com/Dhaiwat10/clean-twitter/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clean Twitter", "description": "Remove all the annoying clutter from your Twitter.", "version": "0.3.0", "icons": { "16": "icon.png", "32": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "js\/jquery.js", "js\/content.js", "js\/popup.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_title": "Clean Twitter", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "tabs" ] } |