Bunpro Review Notifier
Displays the number of reviews on Bunpro
Vad är Bunpro Review Notifier?
Bunpro Review Notifier är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Displays the number of reviews on Bunpro".
Tilläggsskärmbilder
Ladda ner Bunpro Review Notifier-förlängningens CRX-fil
Ladda ner Bunpro Review Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Creates an icon with the number of available reviews on Bunpro.
Based on the equivalent extension for WaniKani: WaniKani Review Notifier. Grundläggande Information om Tillägg
| Namn | |
| ID | okbapghoagjbfngmjofgggchonokcmme |
| Officiell webbadress | https://chromewebstore.google.com/detail/bunpro-review-notifier/okbapghoagjbfngmjofgggchonokcmme |
| Beskrivning | Displays the number of reviews on Bunpro |
| Filstorlek | 31.87 KB |
| Antal Installationer | 126 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2019-02-03 |
| Publiceringsdatum | 2019-02-03 |
| Betyg | 3.50/5 Totalt 2 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |