Pink Thumb 2023

Type secrets only if you see the pink thumb!

Pink Thumb 2023 क्या है?

Pink Thumb 2023 janvonkirchheim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Type secrets only if you see the pink thumb!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Pink Thumb displays a pink thumb next to the address bar, when you browse to a website that is on your trusted website list in the extension's config file. 

Pink Thumb will warn you with an alert sign next to the address bar, when you browse to a website that contains a password field and is not in your trusted website list.

With that Pink Thumb covers many phishing scenarios and visualizes risks while surfing the Internet and when clicking on phishing links.

Pink Thumb also has a 'secret' Microsoft Defender for Endpoint feature which you can turn on in the config file. With that feature turned on, Pink Thumb will send signals to your Microsoft Defender for Endpoint instance.

See the following blogpost for more information:

https://emptydc.com/2022/12/05/pink-thumb-2023

With Pink Thumb you will be able to distinguish between for example:

accounts.googie.com 

and

accounts.google.com

If you click on the first link in a phishing email, you might not recognize that this is not the Google login page, but a phishing site. Pink Thumb will warn you in such scenarios.

Configure the JSON with all the important website (Banking, Facebook, etc.) that you are providing secrets to regularly so that you know, something strange is going on, when you think you are logging into a known page and Pink Thumb displays an alert icon.

Type secrets only if you see the pink thumb!

Follow me on Twitter: @jangeisbauer                    

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

नाम Pink Thumb 2023 Pink Thumb 2023
ID dapfpmoeljjjpmkcnbgbgkkfkpjfigah
आधिकारिक URL https://chromewebstore.google.com/detail/pink-thumb-2023/dapfpmoeljjjpmkcnbgbgkkfkpjfigah
विवरण Type secrets only if you see the pink thumb!
फ़ाइल का आकार 573 KB
स्थापना संख्या 2,223
वर्तमान संस्करण 2.1
अंतिम अपडेट 2022-12-09
प्रकाशन तिथि 2021-06-24
डेवलपर janvonkirchheim
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://emptydc.com
सहायता पृष्ठ URL https://emptydc.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pink Thumb 2023",
    "version": "2.1",
    "description": "Type secrets only if you see the pink thumb!",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Type secrets only if you see the pink thumb!",
        "default_icon": "\/images\/neutral.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3
}