Spigot Notifier

Get SpigotMc.org notifications in chrome.

Spigot Notifier là gì?

Spigot Notifier là một tiện ích mở rộng Chrome được phát triển bởi Adriani6, và tính năng chính của nó là "Get SpigotMc.org notifications in chrome.".

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

Tải xuống các tệp mở rộng Spigot 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

                        Spigot Notifier checks spigot forums if you've received a new message or notification and displayed a total number of unread things, while you can get on with your day-to-day tasks on your PC. You'll never miss out on anything happening on forums.

The extension is open source and the source code/packaged plugin can be found here: https://github.com/Adriani6/SpigotNotifier

Any contributions to make it better are welcome!

Spigot Thread: https://www.spigotmc.org/threads/chrome-spigot-notifier.103988                    

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

Tên Spigot Notifier Spigot Notifier
ID dpkibifcklglomemgflhamcdohfobfpd
URL Chính Thức https://chromewebstore.google.com/detail/spigot-notifier/dpkibifcklglomemgflhamcdohfobfpd
Mô tả Get SpigotMc.org notifications in chrome.
Kích Thước Tệp 896 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-12-24
Ngày Phát Hành 2017-12-23
Đánh Giá 4.93/5 Tổng số 28 Đánh Giá
Nhà Phát Triển Adriani6
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spigot Notifier",
    "description": "Get SpigotMc.org notifications in chrome.",
    "version": "2.0",
    "icons": {
        "32": "Content\/Images\/icon32.png",
        "48": "Content\/Images\/icon48.png",
        "128": "Content\/Images\/icon128.png",
        "512": "Content\/Images\/icon512.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "Content\/Scripts\/jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "tabs",
        "webNavigation",
        "*:\/\/*\/*",
        "tabs",
        "http:\/\/www.spigotmc.org\/*"
    ]
}