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. 擴展基本資訊
| 名稱 | |
| ID | okbapghoagjbfngmjofgggchonokcmme |
| 官方網址 | 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\/*"
]
} | |