TRAB - Tweet Reporter And Blocker
Gives you a one-click way to report a tweet as spam and block the creator's account
TRAB - Tweet Reporter And Blocker क्या है?
TRAB - Tweet Reporter And Blocker Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives you a one-click way to report a tweet as spam and block the creator's account"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TRAB - Tweet Reporter And Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Inspired by this tweet: https://twitter.com/paulg/status/1496549841912094733 This chrome extension gives Twitter users a convenient way to do two things with a single click: (a) Block the tweet creator, and (b) Report the tweet as spam
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bahkpblcfiffamfljnfjeablplgnjnkg |
आधिकारिक URL | https://chromewebstore.google.com/detail/trab-tweet-reporter-and-b/bahkpblcfiffamfljnfjeablplgnjnkg |
विवरण | Gives you a one-click way to report a tweet as spam and block the creator's account |
फ़ाइल का आकार | 35.3 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-02-27 |
प्रकाशन तिथि | 2022-02-26 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TRAB - Tweet Reporter And Blocker", "description": "Gives you a one-click way to report a tweet as spam and block the creator's account", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_start", "js": [ "jquery-3.6.0.min.js", "script.js" ], "css": [ "style.css" ] } ], "manifest_version": 3 } |