Disco Disco
Disco Disco
Was ist Disco Disco?
Disco Disco ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Disco Disco".
Erweiterungsscreenshots
Disco Disco-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disco Disco-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
Click on the icon and turn your screen into a disco ball (while browsing music etc.).
Push esc. or move mouse to the top, to end disco effect.
The app is free.
But a small donation would be appriciated =) :
https://paypal.me/appmachinedk?locale.x=da_DK
(copy paste text/link into browser) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cnbcdncnoepgjbolgpdiebddhjoggjng |
| Offizielle URL | https://chromewebstore.google.com/detail/disco-disco/cnbcdncnoepgjbolgpdiebddhjoggjng |
| Beschreibung | Disco Disco |
| Dateigröße | 24.17 KB |
| Installationsanzahl | 126 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2020-04-17 |
| Veröffentlichungsdatum | 2020-04-16 |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Disco Disco",
"description": "Disco Disco",
"icons": {
"128": "icon_128.png"
},
"version": "2.0",
"permissions": [
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Disco Disco"
},
"manifest_version": 2
} | |