FA Status
Title bar status for FA
O que é FA Status?
FA Status é uma extensão do Chrome desenvolvida por Serotonin, e sua principal característica é "Title bar status for FA".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FA Status
Baixe arquivos de extensão FA Status no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | FA Status |
ID | kbdlppofjimflkclobeigaicdpeghmcl |
URL Oficial | https://chromewebstore.google.com/detail/fa-status/kbdlppofjimflkclobeigaicdpeghmcl |
Descrição | Title bar status for FA |
Tamanho do Arquivo | 37.17 KB |
Contagem de Instalações | 75 |
Versão Atual | 1.1 |
Última Atualização | 2013-01-15 |
Data de Publicação | 2013-01-14 |
Classificação | 3.86/5 Total de 7 Avaliações |
Desenvolvedor | Serotonin |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |