Bunpro Review Notifier

Displays the number of reviews on Bunpro

ما هو Bunpro Review Notifier؟

Bunpro Review Notifier هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Displays the number of reviews on Bunpro".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Bunpro Review Notifier

قم بتنزيل ملفات الامتداد Bunpro Review Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

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

معلومات أساسية عن التمديد

الاسم Bunpro Review Notifier Bunpro 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\/*"
    ]
}