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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Fraud Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Fraud Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}