Hide Twitter views.
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Hide Twitter views. क्या है?
Hide Twitter views. charies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hide Twitter views. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
एक्सटेंशन की मूल जानकारी
नाम | Hide Twitter views. |
ID | gbojcaianddcdcmagaeciibaonmmgaeg |
आधिकारिक URL | https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg |
विवरण | Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets. |
फ़ाइल का आकार | 15.58 KB |
स्थापना संख्या | 253 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-12-27 |
प्रकाशन तिथि | 2022-12-27 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | charies |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter views.", "version": "1.0", "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.", "action": { "default_popup": "html\/index.html", "default_icon": "images\/icon.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |