Disco Disco
Disco Disco
What is Disco Disco?
Disco Disco is a Chrome extension developed by Unknown, and its main feature is "Disco Disco".
Extension Screenshots
Download Disco Disco Extension CRX File
Download Disco Disco extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Disco Disco |
ID | cnbcdncnoepgjbolgpdiebddhjoggjng |
Official URL | https://chromewebstore.google.com/detail/disco-disco/cnbcdncnoepgjbolgpdiebddhjoggjng |
Description | Disco Disco |
File Size | 24.17 KB |
Installation Count | 126 |
Current Version | 2.0 |
Last Updated | 2020-04-17 |
Publish Date | 2020-04-16 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } |