Bunpro Review Notifier
Displays the number of reviews on Bunpro
Apa itu Bunpro Review Notifier?
Bunpro Review Notifier adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Displays the number of reviews on Bunpro".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bunpro Review Notifier
Unduh file ekstensi Bunpro Review Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Creates an icon with the number of available reviews on Bunpro. Based on the equivalent extension for WaniKani: WaniKani Review Notifier.
Informasi Dasar Ekstensi
Nama | Bunpro Review Notifier |
ID | okbapghoagjbfngmjofgggchonokcmme |
URL Resmi | https://chromewebstore.google.com/detail/bunpro-review-notifier/okbapghoagjbfngmjofgggchonokcmme |
Deskripsi | Displays the number of reviews on Bunpro |
Ukuran File | 31.87 KB |
Jumlah Instalasi | 126 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2019-02-03 |
Tanggal Publikasi | 2019-02-03 |
Penilaian | 3.50/5 Total 2 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |