9GAG Counter

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

Apa itu 9GAG Counter?

9GAG Counter adalah ekstensi Chrome yang dikembangkan oleh th4t, dan fitur utamanya adalah "Shows the number of viewed entries of a 9GAG session.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 9GAG Counter

Unduh file ekstensi 9GAG Counter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama 9GAG Counter 9GAG Counter
ID neodomdjpkaafjifhombcdnfankpjjol
URL Resmi https://chromewebstore.google.com/detail/9gag-counter/neodomdjpkaafjifhombcdnfankpjjol
Deskripsi Shows the number of viewed entries of a 9GAG session.
Ukuran File 44.87 KB
Jumlah Instalasi 22
Versi Saat Ini 1.3
Terakhir Diperbarui 2013-06-13
Tanggal Publikasi 2013-06-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang th4t
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}