Disco Disco

Disco Disco

Vad är Disco Disco?

Disco Disco är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Disco Disco".

Tilläggsskärmbilder

screenshot

Ladda ner Disco Disco-förlängningens CRX-fil

Ladda ner Disco Disco-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Disco Disco Disco Disco
ID cnbcdncnoepgjbolgpdiebddhjoggjng
Officiell webbadress https://chromewebstore.google.com/detail/disco-disco/cnbcdncnoepgjbolgpdiebddhjoggjng
Beskrivning Disco Disco
Filstorlek 24.17 KB
Antal Installationer 126
Aktuell Version 2.0
Senast Uppdaterad 2020-04-17
Publiceringsdatum 2020-04-16
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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
}