FA Status

Title bar status for FA

Vad är FA Status?

FA Status är en Chrome-tillägg utvecklad av Serotonin, och dess huvudfunktion är "Title bar status for FA".

Tilläggsskärmbilder

screenshot

Ladda ner FA Status-förlängningens CRX-fil

Ladda ner FA Status-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn FA Status FA Status
ID kbdlppofjimflkclobeigaicdpeghmcl
Officiell webbadress https://chromewebstore.google.com/detail/fa-status/kbdlppofjimflkclobeigaicdpeghmcl
Beskrivning Title bar status for FA
Filstorlek 37.17 KB
Antal Installationer 75
Aktuell Version 1.1
Senast Uppdaterad 2013-01-15
Publiceringsdatum 2013-01-14
Betyg 3.86/5 Totalt 7 Betyg
Utvecklare Serotonin
Betalningssätt free
Stödda Språk 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
}