Blue Tick

"Blue Tick" restores authentic blue ticks and distinguishes between actual verified account and paid subscribers.

Blue Tick क्या है?

Blue Tick Aman Gupta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है ""Blue Tick" restores authentic blue ticks and distinguishes between actual verified account and paid subscribers."।

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

screenshot
screenshot

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

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

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

                        Hours after launching this new feature, Twitter users are left in chaos and confusion. Thousands of fake verified accounts have impersonated prominent brands and personalities. 

Twitter has provided voice to the voiceless. It helped many of us locate an empty hospital bed or find crucial medicines during the second Covid wave.

It is my tiny attempt to preserve the integrity of the platform.                    

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

नाम Blue Tick Blue Tick
ID olfckcmcobffcnbelnfgbaiinanbmldp
आधिकारिक URL https://chromewebstore.google.com/detail/blue-tick/olfckcmcobffcnbelnfgbaiinanbmldp
विवरण "Blue Tick" restores authentic blue ticks and distinguishes between actual verified account and paid subscribers.
फ़ाइल का आकार 10.5 MB
स्थापना संख्या 134
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2022-11-17
प्रकाशन तिथि 2022-11-15
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर Aman Gupta
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/amangupta25/blue-tick
सहायता पृष्ठ URL https://github.com/amangupta25/blue-tick
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/60d9ca28-2143-473b-b6a4-aeeaa2d0409e
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "homepage_url": "http:\/\/chrome.google.com\/webstore",
    "version": "0.0.2",
    "version_name": "0.0.2",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "assets\/img\/twitter-verified-badge.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/twitter-verified-badge.png",
            "24": "assets\/img\/twitter-verified-badge.png",
            "32": "assets\/img\/twitter-verified-badge.png"
        },
        "default_title": "__MSG_appName__"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/*.json",
                "assets\/scripts\/turnOn.js",
                "assets\/scripts\/turnOff.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                ".\/assets\/scripts\/content.js"
            ]
        }
    ]
}