Poor man's BJ reader
Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM!
What is Poor man's BJ reader?
Poor man's BJ reader is a Chrome extension developed by coreyjr, and its main feature is "Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM!".
Download Poor man's BJ reader Extension CRX File
Download Poor man's BJ reader 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
Extension Basic Information
Name | |
ID | iblnhobikmbjoilmfkcgoalpkcfhgcnd |
Official URL | https://chrome.google.com/webstore/detail/iblnhobikmbjoilmfkcgoalpkcfhgcnd |
Description | Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM! |
File Size | 95.08 KB |
Installation Count | 34 |
Current Version | 0.4.7 |
Last Updated | 2018-01-25 |
Publish Date | 2018-01-25 |
Rating | 3.67/5 Total 3 Ratings |
Developer | coreyjr |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Poor man's BJ reader", "version": "0.4.7", "description": "Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM!", "background_page": "background.html", "browser_action": { "name": "Manipulate DOM", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "background.js" ], "matches": [ "https:\/\/*.bizjournals.com\/*", "http:\/\/*.bizjournals.com\/*" ] } ] } |