Twitter Enhancer
Enhance your Twitter frontend! Remove useless adds, and view only useful things.
Twitter Enhancer क्या है?
Twitter Enhancer Vortezz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your Twitter frontend! Remove useless adds, and view only useful things."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Remove some useless new features of Twitter! Get rid of the stats buttons, and more to come!
एक्सटेंशन की मूल जानकारी
नाम | Twitter Enhancer |
ID | beggifbkibbbfhhncigpacihnmcnfagg |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-enhancer/beggifbkibbbfhhncigpacihnmcnfagg |
विवरण | Enhance your Twitter frontend! Remove useless adds, and view only useful things. |
फ़ाइल का आकार | 26.17 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-12-25 |
प्रकाशन तिथि | 2022-12-25 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Vortezz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://vortezz.dev/terms |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Enhancer", "description": "Enhance your Twitter frontend! Remove useless adds, and view only useful things.", "version": "1.0", "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |