Showyou

Share videos on Showyou.

Apa itu Showyou?

Showyou adalah ekstensi Chrome yang dikembangkan oleh http://showyou.com, dan fitur utamanya adalah "Share videos on Showyou.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Showyou

Unduh file ekstensi Showyou 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

                        All the videos your friends share in one place. On your iPad, iPhone and the Web. Use this extension to easily share videos you find around the web on Showyou.                    

Informasi Dasar Ekstensi

Nama Showyou Showyou
ID ilcjcaognplmdibjbbnblikgjjkkkmlc
URL Resmi https://chrome.google.com/webstore/detail/showyou/ilcjcaognplmdibjbbnblikgjjkkkmlc
Deskripsi Share videos on Showyou.
Ukuran File 118 KB
Jumlah Instalasi 56
Versi Saat Ini 1.6
Terakhir Diperbarui 2014-02-10
Tanggal Publikasi 2014-02-10
Penilaian 5.00/5 Total 4 Penilaian
Pengembang http://showyou.com
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Showyou",
    "version": "1.6",
    "manifest_version": 2,
    "description": "Share videos on Showyou.",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/uri.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}