Forum Alerts
Get alerts from your favorite communities (powered by XenForo).
Forum Alerts là gì?
Forum Alerts là một tiện ích mở rộng Chrome được phát triển bởi Daniel Hood, và tính năng chính của nó là "Get alerts from your favorite communities (powered by XenForo).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Forum Alerts
Tải xuống các tệp mở rộng Forum Alerts 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
This extension allows you to be notified when you get a new alert or personal conversation on any XenForo site that you visit while logged in. It does not require your username, email, or password for the site. The only data is uses is the page content. Every few minutes it checks each of the sites it picked up as using XenForo software for new alerts.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Forum Alerts |
ID | leiehnemnmkljaaahpadjodmghkhlhjj |
URL Chính Thức | https://chromewebstore.google.com/detail/forum-alerts/leiehnemnmkljaaahpadjodmghkhlhjj |
Mô tả | Get alerts from your favorite communities (powered by XenForo). |
Kích Thước Tệp | 40.62 KB |
Số Lần Cài Đặt | 192 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2013-10-28 |
Ngày Phát Hành | 2013-10-28 |
Đánh Giá | 4.11/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | Daniel Hood |
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": "Forum Alerts", "version": "1.0.2", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "activeTab", "tabs", "storage", "alarms", "notifications" ], "description": "Get alerts from your favorite communities (powered by XenForo).", "background": { "scripts": [ "jquery.min.js", "alerts.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] } |