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 |
| 公式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\/*"
]
} | |