Checkmate - Verified Twitter
See who's verified on Twitter for $0 / month.
Checkmate - Verified Twitter क्या है?
Checkmate - Verified Twitter Inti De Ceukelaire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See who's verified on Twitter for $0 / month."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Checkmate - Verified Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds back the blue check mark for all verified Twitter users (last snapshot at Nov 1, 2022). If the extension spots that a blue check mark has been removed, it will add it back. Note that as long as Elon Musk has not started to revoke verified badges, this extension will not have any visible effects.
एक्सटेंशन की मूल जानकारी
नाम | Checkmate - Verified Twitter |
ID | nbnijmocgfgnjcliceahehmfggadfmfl |
आधिकारिक URL | https://chromewebstore.google.com/detail/checkmate-verified-twitte/nbnijmocgfgnjcliceahehmfggadfmfl |
विवरण | See who's verified on Twitter for $0 / month. |
फ़ाइल का आकार | 2.92 MB |
स्थापना संख्या | 80 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-11-03 |
प्रकाशन तिथि | 2022-11-02 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | Inti De Ceukelaire |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://kb.intigriti.com/en/articles/5666157-general-privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Checkmate - Verified Twitter", "description": "See who's verified on Twitter for $0 \/ month.", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "start.js" ], "run_at": "document_end" } ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |