Inception Button
Adds a button that will play the inception sound.
Was ist Inception Button?
Inception Button ist eine Chrome-Erweiterung, die von Deshawn B Williams entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button that will play the inception sound.".
Erweiterungsscreenshots
Inception Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Inception Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bomipglfgpeaeailgdcgkcppjhkgbhoh |
| Offizielle URL | https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh |
| Beschreibung | Adds a button that will play the inception sound. |
| Dateigröße | 838 KB |
| Installationsanzahl | 1,000 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2013-04-05 |
| Veröffentlichungsdatum | 2013-04-05 |
| Bewertung | 4.81/5 Insgesamt 21 Bewertungen |
| Entwickler | Deshawn B Williams |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |