Bunpro Review Notifier
Displays the number of reviews on Bunpro
什么是Bunpro Review Notifier?
Bunpro Review Notifier是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Displays the number of reviews on Bunpro”。
扩展截图
下载Bunpro Review Notifier扩展crx文件
下载Bunpro Review Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Creates an icon with the number of available reviews on Bunpro. Based on the equivalent extension for WaniKani: WaniKani Review Notifier.
扩展基本信息
名称 | Bunpro Review Notifier |
ID | okbapghoagjbfngmjofgggchonokcmme |
官方URL | https://chromewebstore.google.com/detail/bunpro-review-notifier/okbapghoagjbfngmjofgggchonokcmme |
简介 | Displays the number of reviews on Bunpro |
文件大小 | 31.87 KB |
安装次数 | 126 |
当前版本 | 1.0.3 |
更新时间 | 2019-02-03 |
上架时间 | 2019-02-03 |
评分 | 3.50/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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\/*" ] } |