Inception Button
Adds a button that will play the inception sound.
Wat is Inception Button?
Inception Button is een Chrome-extensie ontwikkeld door Deshawn B Williams, en de belangrijkste functie is "Adds a button that will play the inception sound.".
Extensie Screenshots
Download het CRX-bestand van de extensie Inception Button
Download Inception Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Inception Button |
ID | bomipglfgpeaeailgdcgkcppjhkgbhoh |
Officiële URL | https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh |
Beschrijving | Adds a button that will play the inception sound. |
Bestandsgrootte | 838 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2013-04-05 |
Publicatiedatum | 2013-04-05 |
Beoordeling | 4.81/5 Totaal 21 Beoordelingen |
Ontwikkelaar | Deshawn B Williams |
Betalingswijze | free |
Ondersteunde Talen | 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" } |