FurAffinity Notifications
An extension to show your FA message count.
Apa itu FurAffinity Notifications?
FurAffinity Notifications adalah ekstensi Chrome yang dikembangkan oleh GioSpy, dan fitur utamanya adalah "An extension to show your FA message count.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FurAffinity Notifications
Unduh file ekstensi FurAffinity Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | ickcialcecplafplcmmokdiogjanmlcf |
URL Resmi | https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf |
Deskripsi | An extension to show your FA message count. |
Ukuran File | 94.53 KB |
Jumlah Instalasi | 96 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2015-04-12 |
Tanggal Publikasi | 2015-04-12 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | GioSpy |
Tipe Pembayaran | free |
Situs Ekstensi | http://twitter.com/GioSpy |
Bahasa yang Didukung | 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" } } |