Tabnabbing Fighter:Phishing Attack Protection

Protects you from Tabnabbing phishing attacks

Tabnabbing Fighter:Phishing Attack Protection란 무엇입니까?

Tabnabbing Fighter:Phishing Attack Protection은(는) https://thegoldenstep.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protects you from Tabnabbing phishing attacks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tabnabbing Fighter:Phishing Attack Protection 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Browse safe and happy without worry about tab nabbing! 

Understand what is tabnabbing - 

Tabnabbing is a computer exploit and phishing attack, which persuades users to submit their login details and passwords to popular websites by impersonating those sites and convincing the user that the site is genuine. 

The attack takes advantage of user trust and inattention to detail in regard to tabs, and the ability of browsers to navigate across a page's origin in inactive tabs a long time after the page is loaded. Tabnabbing is different from most phishing attacks in that the user no longer remembers that a certain tab was the result of a link unrelated to the login page, because the fake login page is loaded in one of the long-lived open tabs in their browser

What we don’t expect is that a page we’ve been looking at will change behind our backs, when we aren’t looking. That’ll catch us by surprise.                    

확장 프로그램 기본 정보

이름 Tabnabbing Fighter:Phishing Attack Protection Tabnabbing Fighter:Phishing Attack Protection
ID jelajkkcpoiakinckeafogibkmmnbdnl
공식 URL https://chromewebstore.google.com/detail/tabnabbing-fighterphishin/jelajkkcpoiakinckeafogibkmmnbdnl
설명 Protects you from Tabnabbing phishing attacks
파일 크기 929 KB
설치 횟수 173
현재 버전 1.1
최근 업데이트 2019-11-25
출시 날짜 2019-11-25
평점 5.00/5 총 13 개의 평점
개발자 https://thegoldenstep.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://theadfighter.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabnabbing Fighter:Phishing Attack Protection",
    "short_name": "Tabnabbing Fighter",
    "version": "1.1",
    "description": "Protects you from Tabnabbing phishing attacks",
    "icons": {
        "16": "images\/16_logo.png",
        "48": "images\/48_logo.png",
        "128": "images\/128_logo.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/messenger.js",
                "js\/messenger-theme-future.js",
                "js\/tn-injected-script.js"
            ],
            "css": [
                "css\/messenger.css",
                "css\/messenger-theme-future.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/19_logo.png",
            "38": "images\/38_logo.png"
        },
        "default_title": "Tabnabbing",
        "default_popup": "html\/tab-nabbing.html"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}