ScamBlox.io

ScamBLOX Plus is a multi-layered security browser extension protecting you against digital fraud.

ScamBlox.io란 무엇입니까?

ScamBlox.io은(는) Cyber AI Corp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ScamBLOX Plus is a multi-layered security browser extension protecting you against digital fraud."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ScamBlox.io 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Avoid scams/phishing and malicious sites. Report urls and websites at the click of a button right on your browser. Keep safe when navigating social media sites such as instagram/facebook/twitter. Easily flag profiles and get notified when they are confirmed as scam. Build reputation through our point system within the community as a blocker and a justice warrior. 

Quick + Easy Reporting
Provide us with the link and we will do the rest. Suspicious websites will be flagged in our database.

Scam Identifier
Reported websites, interactive posts and social media posts will be flagged for all of our users. We alert you when things looks suspicious and when activity is confirmed as a scam.

Community Driven
This is a safe space for everyone to participate. Warn fellow users of suspicious activities, social media accounts and posts, interactive posts and anything fraud related.

Appeal
You think a site is wrongly identified as a scam? Simply click appeal to alert our experts and we will look into it.

Trusted 
You will know when a website is trusted and endorsed by us. 

https://scamblox.io/privacy-policy-3/

https://scamblox.io/terms-of-service/                    

확장 프로그램 기본 정보

이름 ScamBlox.io ScamBlox.io
ID fadoanebflhfokanjbjpcmhddiackkki
공식 URL https://chromewebstore.google.com/detail/scambloxio/fadoanebflhfokanjbjpcmhddiackkki
설명 ScamBLOX Plus is a multi-layered security browser extension protecting you against digital fraud.
파일 크기 2.24 MB
설치 횟수 62
현재 버전 3.5
최근 업데이트 2023-06-26
출시 날짜 2020-07-28
평점 4.82/5 총 17 개의 평점
개발자 Cyber AI Corp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://scamblox.io/
도움말 페이지 URL https://cyberai.pro/contact-us/
개인정보 보호 정책 페이지 URL https://scamblox.io/privacy-policy-3
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScamBlox.io",
    "description": "ScamBLOX Plus is a multi-layered security browser extension protecting you against digital fraud.",
    "version": "3.5",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "ScamBlox.io",
        "default_icon": ".\/images\/icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/scamblox.io\/*"
            ],
            "css": [],
            "js": [
                ".\/js\/jquery-3.5.1.min.js",
                ".\/js\/core.js",
                ".\/js\/config.js",
                ".\/js\/apple-login.js",
                ".\/js\/google-login.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "ignore_matches": [
                "*:\/\/scamblox.io\/*"
            ],
            "css": [
                "css\/main.css",
                "css\/float_btn.css",
                "css\/simpleNotifyStyle.css"
            ],
            "js": [
                "js\/core.js",
                "js\/config.js",
                "js\/jquery-1.12.4.js",
                "js\/jquery-ui.js",
                "js\/child_dom.js",
                "js\/float_btn.js",
                "js\/simpleNotify.js",
                "\/js\/oauth.js",
                ".\/js\/appleOauth.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/scamblox.io\/*"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/jquery-1.12.4.js",
                "js\/scam_page.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.scamblock.org\/ws\/poc.php"
            ],
            "js": [
                "js\/config.js",
                "js\/core.js",
                "js\/getUserId.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/accounts.google.com\/o\/oauth2\/approval\/v2?auto=false&response=state%3Dextension_token*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/jquery-3.5.1.min.js",
                ".\/js\/core.js",
                ".\/js\/oauth.js",
                ".\/js\/oauthContent.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/scamblox.io\/api\/appleLogin.php*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/jquery-3.5.1.min.js",
                ".\/js\/core.js",
                ".\/js\/appleOauth.js",
                ".\/js\/apple-login.js",
                ".\/js\/appleOauthContent.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            ".\/js\/jquery-3.5.1.min.js",
            ".\/js\/core.js",
            ".\/js\/config.js",
            ".\/js\/oauth.js",
            ".\/js\/appleOauth.js",
            ".\/js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.jpg",
        "images\/*.png",
        "images\/*.svg",
        "css\/fonts\/TitilliumWeb-Black.ttf"
    ],
    "permissions": [
        "https:\/\/scamblox.io\/*",
        "storage",
        "activeTab",
        "contentSettings",
        "contextMenus",
        "tabs"
    ]
}