Inception Button

Adds a button that will play the inception sound.

Apa itu Inception Button?

Inception Button adalah ekstensi Chrome yang dikembangkan oleh Deshawn B Williams, dan fitur utamanya adalah "Adds a button that will play the inception sound.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Inception Button

Unduh file ekstensi Inception Button 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

                        This provides a button that allows you to make the inception sound.

The sound clip is considered fair us under Title 17 of the United States Code, Chapter 1, § 107A (3) and (4)                    

Informasi Dasar Ekstensi

Nama Inception Button Inception Button
ID bomipglfgpeaeailgdcgkcppjhkgbhoh
URL Resmi https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh
Deskripsi Adds a button that will play the inception sound.
Ukuran File 838 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.4
Terakhir Diperbarui 2013-04-05
Tanggal Publikasi 2013-04-05
Penilaian 4.81/5 Total 21 Penilaian
Pengembang Deshawn B Williams
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "browser_action": {
        "default_icon": "button16.png",
        "default_title": "Inception"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds a button that will play the inception sound.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Inception Button",
    "permissions": [],
    "icons": {
        "48": "button48.png",
        "128": "button128.png",
        "16": "button16.png"
    },
    "manifest_version": 2,
    "version": "1.4"
}