Bunpro Review Notifier

Displays the number of reviews on Bunpro

Bunpro Review Notifier là gì?

Bunpro Review Notifier là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Displays the number of reviews on Bunpro".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bunpro Review Notifier

Tải xuống các tệp mở rộng Bunpro Review Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bunpro Review Notifier Bunpro Review Notifier
ID okbapghoagjbfngmjofgggchonokcmme
URL Chính Thức https://chromewebstore.google.com/detail/bunpro-review-notifier/okbapghoagjbfngmjofgggchonokcmme
Mô tả Displays the number of reviews on Bunpro
Kích Thước Tệp 31.87 KB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-02-03
Ngày Phát Hành 2019-02-03
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}