Danimal Soundboard!

Soundboard for annoying office guests

Was ist Danimal Soundboard!?

Danimal Soundboard! ist eine Chrome-Erweiterung, die von daveghidiu entwickelt wurde, und ihr Hauptmerkmal ist "Soundboard for annoying office guests".

Erweiterungsscreenshots

screenshot

Danimal Soundboard!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Danimal Soundboard!-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 is a soundboard with quick access from the extension bar! If some annoying coworker steps into your office, click on the extension image and riddle them with a barrage of noises (including boos, a sad trombone, a loud air horn, and many more!

If you like this, check out the standalone, floating soundbar at: https://chrome.google.com/webstore/detail/classroom-soundbar/nfgliioibaledimehebgjkjjbgehgnea

All sound and images are royalty free, and are documented in the code. The extension is licensed under the MIT License, and is located at GitHub:

https://github.com/corydave/DanOVision

Fork it and make your own soundboard!

Special thanks to hal313. Check out his other apps/extensions [Pin Tab, KPRenameTitle, Facebook Post Filter, and Oodalicious]!                    

Grundlegende Informationen zur Erweiterung

Name Danimal Soundboard! Danimal Soundboard!
ID fmnbendpgeigfbbggclcongjkmpjnina
Offizielle URL https://chromewebstore.google.com/detail/danimal-soundboard/fmnbendpgeigfbbggclcongjkmpjnina
Beschreibung Soundboard for annoying office guests
Dateigröße 2.38 MB
Installationsanzahl 4,000
Aktuelle Version 1.0.3
Letztes Update 2015-02-28
Veröffentlichungsdatum 2015-02-28
Bewertung 3.64/5 Insgesamt 11 Bewertungen
Entwickler daveghidiu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Danimal Soundboard!",
    "version": "1.0.3",
    "description": "Soundboard for annoying office guests",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "script.js",
            "jquery.js"
        ],
        "persistent": false
    }
}