Remove Twitter Blue
Remove twitter blue check and AD's from the Twitter
Remove Twitter Blue क्या है?
Remove Twitter Blue chrome_senpai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove twitter blue check and AD's from the Twitter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Twitter Blue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of seeing those blue verification checks on, so called, verified accounts? Look no further! Remove Twitter blue is a powerful Chrome extension that allows you to reclaim your Twitter browsing experience by removing the blue verification checks from "verified accounts". - Remove Twitter blue - Remove Verification promotions - Removes Ads Say goodbye to the clutter and enjoy a cleaner timeline or feed.
एक्सटेंशन की मूल जानकारी
नाम | Remove Twitter Blue |
ID | fejdkekkojodpjapdjibmflheghechbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi |
विवरण | Remove twitter blue check and AD's from the Twitter |
फ़ाइल का आकार | 98.03 KB |
स्थापना संख्या | 163 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-06-18 |
प्रकाशन तिथि | 2023-05-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | chrome_senpai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Twitter Blue", "version": "1.1", "description": "Remove twitter blue check and AD's from the Twitter", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "override.css" ], "js": [ "override.js" ] } ], "icons": { "16": "images\/twitter.png", "32": "images\/twitter.png", "48": "images\/twitter.png", "128": "images\/twitter.png" }, "action": { "default_icon": "images\/twitter.png" } } |