FurAffinity Notifications
An extension to show your FA message count.
FurAffinity Notifications là gì?
FurAffinity Notifications là một tiện ích mở rộng Chrome được phát triển bởi GioSpy, và tính năng chính của nó là "An extension to show your FA message count.".
Ả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 FurAffinity Notifications
Tải xuống các tệp mở rộng FurAffinity Notifications 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 displays the number of messages you have on FurAffinity and acts as a shortcut to those messages. It also displays how many of each type of message you have if you hover the mouse over the extension icon. You can change the refresh time in the options. Note: This extension is in no way affiliated with FurAffinity.net
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ickcialcecplafplcmmokdiogjanmlcf |
URL Chính Thức | https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf |
Mô tả | An extension to show your FA message count. |
Kích Thước Tệp | 94.53 KB |
Số Lần Cài Đặt | 96 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2015-04-12 |
Ngày Phát Hành | 2015-04-12 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | GioSpy |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://twitter.com/GioSpy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FurAffinity Notifications", "version": "0.3", "manifest_version": 2, "author": "GioSpy", "description": "An extension to show your FA message count.", "permissions": [ "http:\/\/www.furaffinity.net\/", "alarms", "tabs", "webNavigation", "storage" ], "background": { "page": "src\/background.html" }, "icons": { "128": "src\/icon.png" }, "options_page": "src\/options.html", "browser_action": { "default_icon": "src\/icon.png" } } |