Remove Blue Check Users and Twitter Ads
Free tool to make Twitter a better place.
Remove Blue Check Users and Twitter Ads क्या है?
Remove Blue Check Users and Twitter Ads Richard Miller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free tool to make Twitter a better place."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Blue Check Users and Twitter Ads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Twitter is increasingly becoming a difficult place to navigate, with a mix of verified blue check users, unverified people that paid $8 to get a blue check, and accounts impersonating other accounts, due to Twitter's failed verification process. This app solves all of these problems by hiding all tweets from blue checked accounts. It also hides all ads and promoted tweets so that you can enjoy a social network with normal people, rather than advertisers, paid accounts, celebrities, and impersonated celebrities.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jojdeobknljcmmmgpcgbanaeomajkiio |
आधिकारिक URL | https://chrome.google.com/webstore/detail/remove-blue-check-users-a/jojdeobknljcmmmgpcgbanaeomajkiio |
विवरण | Free tool to make Twitter a better place. |
फ़ाइल का आकार | 12.39 KB |
स्थापना संख्या | 141 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-11-09 |
प्रकाशन तिथि | 2022-11-09 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | Richard Miller |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Blue Check Users and Twitter Ads", "short_name": "Hide Blue Checks Users", "description": "Free tool to make Twitter a better place.", "version": "1.0", "action": { "default_icon": "remove-blue-checks-48.png", "default_title": "Blue Check Remover" }, "icons": { "16": "remove-blue-checks-16.png", "48": "remove-blue-checks-48.png", "128": "remove-blue-checks-128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "js": [ "content.js" ] } ] } |