FA Notes Notifier
Sends you a notification whenever you get a new note on FA.
FA Notes Notifier là gì?
FA Notes Notifier là một tiện ích mở rộng Chrome được phát triển bởi NerdyRedPanda, và tính năng chính của nó là "Sends you a notification whenever you get a new note on FA.".
Ả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 FA Notes Notifier
Tải xuống các tệp mở rộng FA Notes 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
Must be using the most recent FA design. This extension can notify you when you get a new note on FA. No setup needed! It works in the background to notify you :) Source code is located here: https://github.com/NerdyRedPanda/FA-Notes-Notifier Permissions breakdown: Read and Change Data - Gets notes from FA, and profile pictures Display Notifications: To display the note notification.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FA Notes Notifier |
ID | jnopajjjgbhbdlbnoefacpmhcmehkigf |
URL Chính Thức | https://chromewebstore.google.com/detail/fa-notes-notifier/jnopajjjgbhbdlbnoefacpmhcmehkigf |
Mô tả | Sends you a notification whenever you get a new note on FA. |
Kích Thước Tệp | 18.95 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2020-02-02 |
Ngày Phát Hành | 2020-02-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | NerdyRedPanda |
[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": "FA Notes Notifier", "description": "Sends you a notification whenever you get a new note on FA.", "version": "1.2", "browser_action": { "default_icon": "icon16.png", "default_popup": "settings.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.furaffinity.net\/*", "storage", "notifications", "*:\/\/*.facdn.net\/*", "alarms" ], "background": { "scripts": [ "browser-polyfill-min.js", "getNotes.js" ] } } |