Bunpro Review Notifier

Displays the number of reviews on Bunpro

Wat is Bunpro Review Notifier?

Bunpro Review Notifier is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Displays the number of reviews on Bunpro".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bunpro Review Notifier

Download Bunpro Review Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Creates an icon with the number of available reviews on Bunpro.

Based on the equivalent extension for WaniKani: WaniKani Review Notifier.                    

Basisinformatie over de Extensie

Naam Bunpro Review Notifier Bunpro Review Notifier
ID okbapghoagjbfngmjofgggchonokcmme
Officiële URL https://chromewebstore.google.com/detail/bunpro-review-notifier/okbapghoagjbfngmjofgggchonokcmme
Beschrijving Displays the number of reviews on Bunpro
Bestandsgrootte 31.87 KB
Aantal Installaties 126
Huidige Versie 1.0.3
Laatst Bijgewerkt 2019-02-03
Publicatiedatum 2019-02-03
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}