Blue Tick

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

Wat is Blue Tick?

Blue Tick is een Chrome-extensie ontwikkeld door Aman Gupta, en de belangrijkste functie is ""Blue Tick" restores authentic blue ticks and distinguishes between actual verified account and paid subscribers.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Blue Tick

Download Blue Tick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Blue Tick Blue Tick
ID olfckcmcobffcnbelnfgbaiinanbmldp
Officiële URL https://chromewebstore.google.com/detail/blue-tick/olfckcmcobffcnbelnfgbaiinanbmldp
Beschrijving "Blue Tick" restores authentic blue ticks and distinguishes between actual verified account and paid subscribers.
Bestandsgrootte 10.5 MB
Aantal Installaties 134
Huidige Versie 0.0.2
Laatst Bijgewerkt 2022-11-17
Publicatiedatum 2022-11-15
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Aman Gupta
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/amangupta25/blue-tick
Help Pagina-URL https://github.com/amangupta25/blue-tick
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/60d9ca28-2143-473b-b6a4-aeeaa2d0409e
Ondersteunde Talen 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"
            ]
        }
    ]
}