SourceBreaker App
Provides quick access to searches
What is SourceBreaker App?
SourceBreaker App is a Chrome extension developed by SourceBreaker, and its main feature is "Provides quick access to searches".
Extension Screenshots
Download SourceBreaker App Extension CRX File
Download SourceBreaker App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The SourceBreaker Chrome Extension allows you to quickly and easily access previously created searches and build new ones.
Extension Basic Information
Name | SourceBreaker App |
ID | cdfapchcmhgppdpmojilmopbjjlcpkjg |
Official URL | https://chromewebstore.google.com/detail/sourcebreaker-app/cdfapchcmhgppdpmojilmopbjjlcpkjg |
Description | Provides quick access to searches |
File Size | 267 KB |
Installation Count | 11,063 |
Current Version | 3.9.0 |
Last Updated | 2024-03-04 |
Publish Date | 2020-06-12 |
Rating | 5.00/5 Total 17 Ratings |
Developer | SourceBreaker |
[email protected] | |
Payment Type | free |
Extension Website | https://www.sourcebreaker.com/ |
Help Page URL | https://intercom.help/sourcebreaker-beta/en/ |
Privacy Policy Page URL | https://www.sourcebreaker.com/privacy-policy |
Supported Languages | 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": [ " |