Tieba Notify
Baidu Tieba auto notifier.
ما هو Tieba Notify؟
Tieba Notify هو إضافة Chrome تم تطويرها بواسطة https://kotori.love، والميزة الرئيسية لها هي "Baidu Tieba auto notifier.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tieba Notify
قم بتنزيل ملفات الامتداد Tieba Notify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
自动提醒贴吧消息的扩展程序。包括粉丝、回复、精品、@提到我、回收站提醒。 代码参考自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
معلومات أساسية عن التمديد
الاسم | |
ID | hblmldkegfadhhkcochghnjllhdefaem |
عنوان URL الرسمي | 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 |
الوصف | Baidu Tieba auto notifier. |
حجم الملف | 65.82 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-11-30 |
تاريخ النشر | 2015-11-30 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | https://kotori.love |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } |