FurAffinity Notifications
An extension to show your FA message count.
FurAffinity Notifications क्या है?
FurAffinity Notifications GioSpy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to show your FA message count."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FurAffinity Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |