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文件

下载Tabnabbing Fighter:Phishing Attack Protection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}