Suspicious Site Reporter

Extension for reporting suspicious sites to Safe Browsing.

Suspicious Site Reporterとは何ですか?

Suspicious Site Reporterはgoogle.comによって開発されたChromeの拡張機能で、その主な機能は「Extension for reporting suspicious sites to Safe Browsing.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Suspicious Site Reporter拡張機能のCRXファイルをダウンロード

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
Eメール [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
}