Bunpro Review Notifier
Displays the number of reviews on Bunpro
What is Bunpro Review Notifier?
Bunpro Review Notifier is a Chrome extension developed by Unknown, and its main feature is "Displays the number of reviews on Bunpro".
Extension Screenshots
Download Bunpro Review Notifier Extension CRX File
Download Bunpro Review Notifier 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
Creates an icon with the number of available reviews on Bunpro. Based on the equivalent extension for WaniKani: WaniKani Review Notifier.
Extension Basic Information
Name | Bunpro Review Notifier |
ID | okbapghoagjbfngmjofgggchonokcmme |
Official URL | https://chromewebstore.google.com/detail/bunpro-review-notifier/okbapghoagjbfngmjofgggchonokcmme |
Description | Displays the number of reviews on Bunpro |
File Size | 31.87 KB |
Installation Count | 126 |
Current Version | 1.0.3 |
Last Updated | 2019-02-03 |
Publish Date | 2019-02-03 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bunpro Review Notifier", "version": "1.0.3", "options_page": "options.html", "description": "Displays the number of reviews on Bunpro", "icons": { "128": "icons\/bunpro.png" }, "browser_action": { "default_icon": { "128": "icons\/bunpro_grey.png" } }, "author": "Kosklain", "background": { "scripts": [ "bunpro.js" ] }, "permissions": [ "background", "storage", "tabs", "https:\/\/www.bunpro.jp\/*", "http:\/\/www.bunpro.jp\/*", "https:\/\/bunpro.jp\/api\/*" ] } |