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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |