9GAG Counter

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

Qu'est-ce que 9GAG Counter ?

9GAG Counter est une extension Chrome développée par th4t, et sa fonction principale est "Shows the number of viewed entries of a 9GAG session.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 9GAG Counter

Téléchargez les fichiers d'extension 9GAG Counter 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

                        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.                    

Informations de Base sur l'Extension

Nom 9GAG Counter 9GAG Counter
ID neodomdjpkaafjifhombcdnfankpjjol
URL Officiel https://chromewebstore.google.com/detail/9gag-counter/neodomdjpkaafjifhombcdnfankpjjol
Description Shows the number of viewed entries of a 9GAG session.
Taille du Fichier 44.87 KB
Nombre d'Installations 22
Version Actuelle 1.3
Dernière Mise à Jour 2013-06-13
Date de Publication 2013-06-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur th4t
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}