9gag GIF addon

This addon automaticaly shows you the length of every gif on the website 9gag.com

Apa itu 9gag GIF addon?

9gag GIF addon adalah ekstensi Chrome yang dikembangkan oleh Blazzfreezz, dan fitur utamanya adalah "This addon automaticaly shows you the length of every gif on the website 9gag.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 9gag GIF addon

Unduh file ekstensi 9gag GIF addon 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

                                            

Informasi Dasar Ekstensi

Nama 9gag GIF addon 9gag GIF addon
ID giecpanbgcpgknljcmphhhfmbppmhhih
URL Resmi https://chrome.google.com/webstore/detail/9gag-gif-addon/giecpanbgcpgknljcmphhhfmbppmhhih
Deskripsi This addon automaticaly shows you the length of every gif on the website 9gag.com
Ukuran File 3.44 KB
Jumlah Instalasi 27
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-02-06
Tanggal Publikasi 2017-02-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Blazzfreezz
Tipe Pembayaran free
Situs Ekstensi http://9gag.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag GIF addon",
    "short_name": "9gag is lyfe",
    "description": "This addon automaticaly shows you the length of every gif on the website 9gag.com",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/9gag.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ]
}