9GAG Counter

Shows the number of viewed entries of a 9GAG session.

O que é 9GAG Counter?

9GAG Counter é uma extensão do Chrome desenvolvida por th4t, e sua principal característica é "Shows the number of viewed entries of a 9GAG session.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 9GAG Counter

Baixe arquivos de extensão 9GAG Counter 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

                        Scrolling... Scrolling...
I wonder how many silly jokes I have viewed by now.
Oh, THAT many.
OK, just 10 more...

Mouse over the icon to see the complete number in a tooltip. The count is truncated to the last two digits and turns red if the number is greater than 99.                    

Informações Básicas da Extensão

Nome 9GAG Counter 9GAG Counter
ID neodomdjpkaafjifhombcdnfankpjjol
URL Oficial https://chromewebstore.google.com/detail/9gag-counter/neodomdjpkaafjifhombcdnfankpjjol
Descrição Shows the number of viewed entries of a 9GAG session.
Tamanho do Arquivo 44.87 KB
Contagem de Instalações 22
Versão Atual 1.3
Última Atualização 2013-06-13
Data de Publicação 2013-06-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor th4t
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9GAG Counter",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Shows the number of viewed entries of a 9GAG session.",
    "icons": {
        "16": "static\/icon16.png",
        "32": "static\/icon32.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "page_action": {
        "default_icon": "static\/icon19.png",
        "default_title": "0"
    },
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/9gag.com\/*"
            ],
            "js": [
                "static\/jquery.js",
                "cntnt.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/9gag.com\/*"
    ]
}