Pink Thumb 2023

Type secrets only if you see the pink thumb!

什麼是Pink Thumb 2023?

Pink Thumb 2023是由janvonkirchheim開發的Chrome擴展程式,該擴展的主要功能是“Type secrets only if you see the pink thumb!”。

擴展截圖

screenshot
screenshot
screenshot

下載Pink Thumb 2023擴展crx文件

下載Pink Thumb 2023擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}