GiffyTube

Get links to 3 second GIFs of the YouTube video you're watching

Apa itu GiffyTube?

GiffyTube adalah ekstensi Chrome yang dikembangkan oleh https://giffytu.be, dan fitur utamanya adalah "Get links to 3 second GIFs of the YouTube video you're watching".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GiffyTube

Unduh file ekstensi GiffyTube 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 GiffyTube GiffyTube
ID fijjgkkihhmbajhllkonpghlniolbhgl
URL Resmi https://chromewebstore.google.com/detail/giffytube/fijjgkkihhmbajhllkonpghlniolbhgl
Deskripsi Get links to 3 second GIFs of the YouTube video you're watching
Ukuran File 8.34 KB
Jumlah Instalasi 97
Versi Saat Ini 0.0.11
Terakhir Diperbarui 2014-10-22
Tanggal Publikasi 2014-10-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://giffytu.be
Tipe Pembayaran free
Situs Ekstensi http://giffytu.be
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.11",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*",
                "http:\/\/youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/inject.js",
        "scripts\/vendor\/react\/react.js"
    ]
}