FA Status
Title bar status for FA
Wat is FA Status?
FA Status is een Chrome-extensie ontwikkeld door Serotonin, en de belangrijkste functie is "Title bar status for FA".
Extensie Screenshots
Download het CRX-bestand van de extensie FA Status
Download FA Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | FA Status |
ID | kbdlppofjimflkclobeigaicdpeghmcl |
Officiële URL | https://chromewebstore.google.com/detail/fa-status/kbdlppofjimflkclobeigaicdpeghmcl |
Beschrijving | Title bar status for FA |
Bestandsgrootte | 37.17 KB |
Aantal Installaties | 75 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2013-01-15 |
Publicatiedatum | 2013-01-14 |
Beoordeling | 3.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Serotonin |
Betalingswijze | free |
Ondersteunde Talen | 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 } |