FA Status
Title bar status for FA
FA Status क्या है?
FA Status Serotonin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Title bar status for FA"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FA Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
UPDATE: Fetches from FA in a background page instead of from each tab. This should cut down on the hits FA was getting significantly, I do apologize for creating unnecessary load for them. Another fine Serotonin production. Puts your furaffinity.net notifications in the title bar and keeps them updated. Also updates the notifications on the page itself so you have fewer stale notifications. Fancy. Previewer not included (you can get that here: http://goo.gl/bNumm) If you want to hack on it, check out https://github.com/Serofox/FA-Status http://www.furaffinity.net/user/serofox
एक्सटेंशन की मूल जानकारी
नाम | FA Status |
ID | kbdlppofjimflkclobeigaicdpeghmcl |
आधिकारिक URL | https://chromewebstore.google.com/detail/fa-status/kbdlppofjimflkclobeigaicdpeghmcl |
विवरण | Title bar status for FA |
फ़ाइल का आकार | 37.17 KB |
स्थापना संख्या | 75 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-01-15 |
प्रकाशन तिथि | 2013-01-14 |
रेटिंग | 3.86/5 कुल 7 रेटिंग्स |
डेवलपर | Serotonin |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "FA Status", "version": "1.1", "description": "Title bar status for FA", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.furaffinity.net\/*", "https:\/\/*.furaffinity.net\/*" ], "js": [ "jquery.js", "background.js", "content_script.js" ] } ], "manifest_version": 2 } |