SourceBreaker App

Provides quick access to searches

SourceBreaker App là gì?

SourceBreaker App là một tiện ích mở rộng Chrome được phát triển bởi SourceBreaker, và tính năng chính của nó là "Provides quick access to searches".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SourceBreaker App

Tải xuống các tệp mở rộng SourceBreaker App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SourceBreaker App SourceBreaker App
ID cdfapchcmhgppdpmojilmopbjjlcpkjg
URL Chính Thức https://chromewebstore.google.com/detail/sourcebreaker-app/cdfapchcmhgppdpmojilmopbjjlcpkjg
Mô tả Provides quick access to searches
Kích Thước Tệp 267 KB
Số Lần Cài Đặt 11,063
Phiên Bản Hiện Tại 3.9.0
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2020-06-12
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển SourceBreaker
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sourcebreaker.com/
URL Trang Trợ Giúp https://intercom.help/sourcebreaker-beta/en/
URL Trang Chính Sách Bảo Mật https://www.sourcebreaker.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}