Remove Twitter Views
Remove the Views button from Twitter
Remove Twitter Views क्या है?
Remove Twitter Views Kabaj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove the Views button from Twitter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Twitter Views एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Removes the new "Views" button from Twitter It is my first time doing a Chrome extension, so it might not be optimized at all and might stop working soon, I take all suggestions. Here is the GitHub link to the extension : https://github.com/KabajSAH/Twitter-Remove-Views
एक्सटेंशन की मूल जानकारी
नाम | Remove Twitter Views |
ID | flcjnidfibjigabnihmblehlkkeiganp |
आधिकारिक URL | https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp |
विवरण | Remove the Views button from Twitter |
फ़ाइल का आकार | 8.51 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2023-01-17 |
प्रकाशन तिथि | 2022-12-26 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Kabaj |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Twitter Views", "description": "Remove the Views button from Twitter", "version": "1.2.2", "author": "Kabaj", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ ".\/scripts\/content.js" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" } } |