Suspicious Site Reporter

Extension for reporting suspicious sites to Safe Browsing.

Suspicious Site Reporterคืออะไร?

Suspicious Site Reporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย google.com และคุณลักษณะหลักของมันคือ "Extension for reporting suspicious sites to Safe Browsing."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Suspicious Site Reporter

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

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

                        ***NOTE***
If you are looking to show full URLs in the Chrome address bar, this extension is no longer needed. Instead, right-click the address bar and select "Always show full URLs" in the context menu.

---

Help protect web users by reporting suspicious sites you see in Chrome to Google Safe Browsing.

Google Safe Browsing helps protect over four billion devices every day from threats like phishing and malware by showing warnings to users when they attempt to navigate to dangerous sites or download dangerous files. Help Safe Browsing protect web users by reporting suspicious sites. 

With the Suspicious Site Reporter extension, you’ll see an icon when you’re on a potentially suspicious site. Clicking the icon shows additional site information that may be considered when determining if the site is suspicious or not. Click Send Report to submit unsafe sites to Safe Browsing for further evaluation

Check out the source code at https://github.com/chromium/suspicious-site-reporter. For help with questions, suggestions, or problems, please visit https://github.com/chromium/suspicious-site-reporter/issues and feel free to file an issue.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Suspicious Site Reporter Suspicious Site Reporter
ID jknemblkbdhdcpllfgbfekkdciegfboi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/suspicious-site-reporter/jknemblkbdhdcpllfgbfekkdciegfboi
คำอธิบาย Extension for reporting suspicious sites to Safe Browsing.
ขนาดไฟล์ 924 KB
จำนวนการติดตั้ง 127,792
เวอร์ชันปัจจุบัน 1.23
อัปเดตครั้งล่าสุด 2023-07-26
วันที่เผยแพร่ 2020-05-05
คะแนน 2.81/5 รวมทั้งหมด 220 คะแนน
ผู้พัฒนา google.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/chromium/suspicious-site-reporter
URL หน้านโยบายความเป็นส่วนตัว https://policies.google.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Suspicious Site Reporter",
    "version": "1.23",
    "description": "Extension for reporting suspicious sites to Safe Browsing.",
    "permissions": [
        "https:\/\/safebrowsing.google.com\/*",
        "activeTab",
        "history",
        "safeBrowsingPrivate",
        "tabs"
    ],
    "background": {
        "scripts": [
            "alerts_bin.js",
            "background_bin.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/grayflag16.png",
            "48": "images\/grayflag48.png",
            "128": "images\/grayflag128.png"
        }
    },
    "icons": {
        "16": "images\/orangeflag16.png",
        "48": "images\/orangeflag48.png",
        "128": "images\/orangeflag128.png"
    },
    "manifest_version": 2
}