Disco Disco
Disco Disco
Wat is Disco Disco?
Disco Disco is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Disco Disco".
Extensie Screenshots
Download het CRX-bestand van de extensie Disco Disco
Download Disco Disco-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
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) Basisinformatie over de Extensie
| Naam | |
| ID | cnbcdncnoepgjbolgpdiebddhjoggjng |
| Officiële URL | https://chromewebstore.google.com/detail/disco-disco/cnbcdncnoepgjbolgpdiebddhjoggjng |
| Beschrijving | Disco Disco |
| Bestandsgrootte | 24.17 KB |
| Aantal Installaties | 126 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2020-04-17 |
| Publicatiedatum | 2020-04-16 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |