SourceBreaker App

Provides quick access to searches

Apa itu SourceBreaker App?

SourceBreaker App adalah ekstensi Chrome yang dikembangkan oleh SourceBreaker, dan fitur utamanya adalah "Provides quick access to searches".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SourceBreaker App

Unduh file ekstensi SourceBreaker App dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SourceBreaker App SourceBreaker App
ID cdfapchcmhgppdpmojilmopbjjlcpkjg
URL Resmi https://chromewebstore.google.com/detail/sourcebreaker-app/cdfapchcmhgppdpmojilmopbjjlcpkjg
Deskripsi Provides quick access to searches
Ukuran File 267 KB
Jumlah Instalasi 11,063
Versi Saat Ini 3.9.0
Terakhir Diperbarui 2024-03-04
Tanggal Publikasi 2020-06-12
Penilaian 5.00/5 Total 17 Penilaian
Pengembang SourceBreaker
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.sourcebreaker.com/
URL Halaman Bantuan https://intercom.help/sourcebreaker-beta/en/
URL Halaman Kebijakan Privasi https://www.sourcebreaker.com/privacy-policy
Bahasa yang Didukung 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"
    }
}