FA Status
Title bar status for FA
Qu'est-ce que FA Status ?
FA Status est une extension Chrome développée par Serotonin, et sa fonction principale est "Title bar status for FA".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FA Status
Téléchargez les fichiers d'extension FA Status au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | FA Status |
ID | kbdlppofjimflkclobeigaicdpeghmcl |
URL Officiel | https://chromewebstore.google.com/detail/fa-status/kbdlppofjimflkclobeigaicdpeghmcl |
Description | Title bar status for FA |
Taille du Fichier | 37.17 KB |
Nombre d'Installations | 75 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-01-15 |
Date de Publication | 2013-01-14 |
Évaluation | 3.86/5 Total 7 Évaluations |
Développeur | Serotonin |
Type de Paiement | free |
Langues Prises en Charge | 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 } |