SourceBreaker App

Provides quick access to searches

SourceBreaker App란 무엇입니까?

SourceBreaker App은(는) SourceBreaker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides quick access to searches"입니다.

확장 프로그램 스크린샷

screenshot

SourceBreaker App 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The SourceBreaker Chrome Extension allows you to quickly and easily access previously created searches and build new ones.                    

확장 프로그램 기본 정보

이름 SourceBreaker App SourceBreaker App
ID cdfapchcmhgppdpmojilmopbjjlcpkjg
공식 URL https://chromewebstore.google.com/detail/sourcebreaker-app/cdfapchcmhgppdpmojilmopbjjlcpkjg
설명 Provides quick access to searches
파일 크기 267 KB
설치 횟수 11,063
현재 버전 3.9.0
최근 업데이트 2024-03-04
출시 날짜 2020-06-12
평점 5.00/5 총 17 개의 평점
개발자 SourceBreaker
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.sourcebreaker.com/
도움말 페이지 URL https://intercom.help/sourcebreaker-beta/en/
개인정보 보호 정책 페이지 URL https://www.sourcebreaker.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SourceBreaker App",
    "description": "Provides quick access to searches",
    "version": "3.9.0",
    "action": {
        "default_icon": "icon-big.png",
        "default_title": "SourceBreaker App"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "background",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "offline_enabled": false,
    "web_accessible_resources": [
        {
            "resources": [
                "templates\/*",
                "background.js",
                "index.js",
                "linkedin.js",
                "ui.app.js",
                "debug-window.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/*.sentry.io https:\/\/*.pusher.com wss:\/\/*.pusher.com https:\/\/*.pendo.io https:\/\/api.ipify.org *.sourcebreaker.dev *.sourcebreaker.com"
    }
}