Inception Button

Adds a button that will play the inception sound.

What is Inception Button?

Inception Button is a Chrome extension developed by Deshawn B Williams, and its main feature is "Adds a button that will play the inception sound.".

Extension Screenshots

Download Inception Button Extension CRX File

Download Inception Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Inception Button Inception Button
ID bomipglfgpeaeailgdcgkcppjhkgbhoh
Official URL https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh
Description Adds a button that will play the inception sound.
File Size 838 KB
Installation Count 1,000
Current Version 1.4
Last Updated 2013-04-05
Publish Date 2013-04-05
Rating 4.81/5 Total 21 Ratings
Developer Deshawn B Williams
Payment Type free
Supported Languages 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"
}