1-click blocker for Twitter

Block users on Twitter in one click instead of 3.

1-click blocker for Twitter क्या है?

1-click blocker for Twitter dara_tobi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block users on Twitter in one click instead of 3."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 1-click blocker for Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension modifies Twitter by adding a block button to each Tweet. The block button that is added enables a user to block the owner of the Tweet in one click instead of the usual 3 clicks (1. open tweet menu, 2. click block user, 3. confirm block)

You can now block users from ANYWHERE! There's now a block button on the list of users on the Likes, followers, and reposts pages. This is a universal 1-click solution to your Twitter blocking problems.                    

एक्सटेंशन की मूल जानकारी

नाम 1-click blocker for Twitter 1-click blocker for Twitter
ID clhbjgbdocpldiobndgnlijdcmpppkhl
आधिकारिक URL https://chromewebstore.google.com/detail/1-click-blocker-for-twitt/clhbjgbdocpldiobndgnlijdcmpppkhl
विवरण Block users on Twitter in one click instead of 3.
फ़ाइल का आकार 11.77 KB
स्थापना संख्या 937
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2023-03-26
रेटिंग 4.73/5 कुल 22 रेटिंग्स
डेवलपर dara_tobi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/dara_tobi
सहायता पृष्ठ URL https://twitter.com/dara_tobi
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dara Oladosu",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "description": "Block users on Twitter in one click instead of 3.",
    "icons": {
        "48": "images\/one-click-blocker.png"
    },
    "manifest_version": 3,
    "name": "1-click blocker for Twitter",
    "offline_enabled": true,
    "short_name": "Twitter 1-click blocker",
    "version": "1.0.6"
}