SourceBreaker App

Provides quick access to searches

什麼是SourceBreaker App?

SourceBreaker App是由SourceBreaker開發的Chrome擴展程式,該擴展的主要功能是“Provides quick access to searches”。

擴展截圖

screenshot

下載SourceBreaker App擴展crx文件

下載SourceBreaker App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 SourceBreaker App SourceBreaker App
ID cdfapchcmhgppdpmojilmopbjjlcpkjg
官方網址 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"
    }
}