Where's that Sound?

Allows you to find any playing video within your Google+ Stream, even if you scrolled away.

Apa itu Where's that Sound??

Where's that Sound? adalah ekstensi Chrome yang dikembangkan oleh http://www.maui.at, dan fitur utamanya adalah "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Where's that Sound?

Unduh file ekstensi Where's that Sound? 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

                        Allows you to find any playing video within your Google+ Stream, even if you scrolled away.                    

Informasi Dasar Ekstensi

Nama Where's that Sound? Where's that Sound?
ID kcjppglmaccmdjnpidgfjmmegofnoddb
URL Resmi https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb
Deskripsi Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Ukuran File 56.58 KB
Jumlah Instalasi 36
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2014-05-09
Tanggal Publikasi 2014-05-09
Pengembang http://www.maui.at
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where's that Sound?",
    "version": "0.0.1",
    "author": "Sebastian Mauer",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/plus.google.com\/*",
                "https:\/\/plus.google.com\/*",
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "wts.css"
            ],
            "all_frames": true,
            "js": [
                "jquery.js",
                "wts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ],
    "manifest_version": 2
}