Brick Break
Read Paywalled articles, Pay with Bitcoin on Lightning Network
What is Brick Break?
Brick Break is a Chrome extension developed by pseudozach, and its main feature is "Read Paywalled articles, Pay with Bitcoin on Lightning Network".
Extension Screenshots
Download Brick Break Extension CRX File
Download Brick Break 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
This extension opens the current tab URL with Kriptode's Brick Break service so you can read paywalled articles by paying with Bitcoin via Lightning Network.
Extension Basic Information
Name | Brick Break |
ID | lipcdmbnohggnnioecijpdgfepbnemeh |
Official URL | https://chromewebstore.google.com/detail/brick-break/lipcdmbnohggnnioecijpdgfepbnemeh |
Description | Read Paywalled articles, Pay with Bitcoin on Lightning Network |
File Size | 18.26 KB |
Installation Count | 12 |
Current Version | 0.1 |
Last Updated | 2019-10-04 |
Publish Date | 2019-10-03 |
Developer | pseudozach |
[email protected] | |
Payment Type | free |
Extension Website | https://kriptode.com/brickbreak/index.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brick Break", "version": "0.1", "manifest_version": 2, "description": "Read Paywalled articles, Pay with Bitcoin on Lightning Network", "icons": { "128": "image.png" }, "browser_action": { "default_icon": { "16": "image16.png", "48": "image48.png", "128": "image.png" }, "default_title": "Brick Break", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |