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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ***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
}