FurAffinity Notifications
An extension to show your FA message count.
FurAffinity Notificationsคืออะไร?
FurAffinity Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GioSpy และคุณลักษณะหลักของมันคือ "An extension to show your FA message count."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FurAffinity Notifications
ดาวน์โหลดไฟล์ส่วนขยาย FurAffinity Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ickcialcecplafplcmmokdiogjanmlcf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf |
คำอธิบาย | An extension to show your FA message count. |
ขนาดไฟล์ | 94.53 KB |
จำนวนการติดตั้ง | 96 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2015-04-12 |
วันที่เผยแพร่ | 2015-04-12 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | GioSpy |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://twitter.com/GioSpy |
ภาษาที่รองรับ | 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" } } |