Tieba Notify

Baidu Tieba auto notifier.

Tieba Notify là gì?

Tieba Notify là một tiện ích mở rộng Chrome được phát triển bởi https://kotori.love, và tính năng chính của nó là "Baidu Tieba auto notifier.".

Ả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 Tieba Notify

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

                        自动提醒贴吧消息的扩展程序。包括粉丝、回复、精品、@提到我、回收站提醒。
代码参考自GM脚本:https://greasyfork.org/zh-CN/scripts/5009-%E8%B4%B4%E5%90%A7%E5%9B%9E%E5%A4%8D%E6%8F%90%E9%86%92
GitHub地址:https://github.com/kokororin/TiebaNotify                    

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

Tên Tieba Notify Tieba Notify
ID hblmldkegfadhhkcochghnjllhdefaem
URL Chính Thức https://chrome.google.com/webstore/detail/%E8%B4%B4%E5%90%A7%E6%B6%88%E6%81%AF%E6%8F%90%E9%86%92/hblmldkegfadhhkcochghnjllhdefaem
Mô tả Baidu Tieba auto notifier.
Kích Thước Tệp 65.82 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-11-30
Ngày Phát Hành 2015-11-30
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://kotori.love
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_description__",
    "version": "1.2",
    "default_locale": "zh_CN",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "imgs\/icon-19.png",
            "38": "imgs\/icon-38.png"
        }
    },
    "icons": {
        "16": "imgs\/logo-16.png",
        "32": "imgs\/logo-32.png",
        "48": "imgs\/logo-48.png",
        "128": "imgs\/logo-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*.tieba.baidu.com\/*",
        "notifications"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html"
}