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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}