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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}