Bunpro Review Notifier

Displays the number of reviews on Bunpro

Cos'è Bunpro Review Notifier?

Bunpro Review Notifier è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Displays the number of reviews on Bunpro".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bunpro Review Notifier

Scarica i file di estensione Bunpro Review Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Bunpro Review Notifier Bunpro Review Notifier
ID okbapghoagjbfngmjofgggchonokcmme
URL Ufficiale https://chromewebstore.google.com/detail/bunpro-review-notifier/okbapghoagjbfngmjofgggchonokcmme
Descrizione Displays the number of reviews on Bunpro
Dimensione del File 31.87 KB
Conteggio Installazioni 126
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-02-03
Data di Pubblicazione 2019-02-03
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}