Fraud Blocker

Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too

Fraud Blocker क्या है?

Fraud Blocker tomasbortoli द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Fraud Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        It's aim is to block online Fraudulent sites. 
It blocks the access to the sites that are Fraudulent (in our database). 
It Warns (with an on-page toolbar) you when accessing a site that has been reported by users but it's still not confirmed to be a fraud by us.
It allows you to report Fraudulent sites too!

The system is based on users feedback, so participate actively if you can!

Contact: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Fraud Blocker Fraud Blocker
ID mbkgkcnibjdpieobolniabeakmlpfhhk
आधिकारिक URL https://chromewebstore.google.com/detail/fraud-blocker/mbkgkcnibjdpieobolniabeakmlpfhhk
विवरण Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too
फ़ाइल का आकार 160 KB
स्थापना संख्या 160
वर्तमान संस्करण 0.6.4
अंतिम अपडेट 2022-03-11
प्रकाशन तिथि 2017-11-05
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर tomasbortoli
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fraudblocker.publicvm.com/
सहायता पृष्ठ URL https://fraudblocker.publicvm.com/contact.php
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fraud Blocker",
    "version": "0.6.4",
    "description": "Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too",
    "author": "Tomas Bortoli",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background-page.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/fraud-32.png",
            "64": "icons\/fraud-64.png"
        },
        "default_title": "Fraud Blocker",
        "default_popup": "popup\/popup.html",
        "browser_style": true
    },
    "web_accessible_resources": [
        "web\/black.html",
        "icons\/thief.svg",
        "icons\/fraud-200.png"
    ]
}