Disco Disco

Disco Disco

Hvad er Disco Disco?

Disco Disco er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Disco Disco".

Udvidelsesskærmbilleder

screenshot

Download Disco Disco-udvidelses-CRX-fil

Download Disco Disco-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Disco Disco Disco Disco
ID cnbcdncnoepgjbolgpdiebddhjoggjng
Officiel URL https://chromewebstore.google.com/detail/disco-disco/cnbcdncnoepgjbolgpdiebddhjoggjng
Beskrivelse Disco Disco
Filstørrelse 24.17 KB
Antal Installationer 126
Nuværende Version 2.0
Senest Opdateret 2020-04-17
Udgivelsesdato 2020-04-16
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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
}