Twitter View Hider
Automatically hide view counts of tweets in your timeline
Twitter View Hider क्या है?
Twitter View Hider Adrien Minne द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically hide view counts of tweets in your timeline"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter View Hider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension hides the view count that was recently added on the tweets of your timeline.
एक्सटेंशन की मूल जानकारी
नाम | Twitter View Hider |
ID | mmoiilglckpgboidkcedhkhmimmeblml |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml |
विवरण | Automatically hide view counts of tweets in your timeline |
फ़ाइल का आकार | 11.32 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-12-25 |
प्रकाशन तिथि | 2022-12-25 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | Adrien Minne |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter View Hider", "version": "1.0", "manifest_version": 3, "description": "Automatically hide view counts of tweets in your timeline", "permissions": [], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "web_accessible_resources": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |