Tabnabbing Fighter:Phishing Attack Protection

Protects you from Tabnabbing phishing attacks

Tabnabbing Fighter:Phishing Attack Protection क्या है?

Tabnabbing Fighter:Phishing Attack Protection https://thegoldenstep.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protects you from Tabnabbing phishing attacks"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Tabnabbing Fighter:Phishing Attack Protection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}