Remove Twitter Views
Remove Views button from Twitter
Remove Twitter Views क्या है?
Remove Twitter Views igorhaagrod द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove Views button from Twitter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Twitter Views एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
After Elon Musk completely destroyed Twitter, extensions like this are needed. The focus of this one is, for now, removing the "views" button from the web app.
एक्सटेंशन की मूल जानकारी
नाम | Remove Twitter Views |
ID | nebfimpiljmmgfgaiaponfmcopndjkpg |
आधिकारिक URL | https://chromewebstore.google.com/detail/remove-twitter-views/nebfimpiljmmgfgaiaponfmcopndjkpg |
विवरण | Remove Views button from Twitter |
फ़ाइल का आकार | 7.8 KB |
स्थापना संख्या | 171 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-12-25 |
प्रकाशन तिथि | 2022-12-25 |
रेटिंग | 4.73/5 कुल 11 रेटिंग्स |
डेवलपर | igorhaagrod |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Twitter Views", "description": "Remove Views button from Twitter", "version": "1.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "remove-views.html", "default_icon": "icon32.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "content-script.js" ] } ] } |