Disco Disco
Disco Disco
什么是Disco Disco?
Disco Disco是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Disco Disco”。
扩展截图
下载Disco Disco扩展crx文件
下载Disco Disco扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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) 扩展基本信息
| 名称 | |
| ID | cnbcdncnoepgjbolgpdiebddhjoggjng |
| 官方URL | https://chromewebstore.google.com/detail/disco-disco/cnbcdncnoepgjbolgpdiebddhjoggjng |
| 简介 | Disco Disco |
| 文件大小 | 24.17 KB |
| 安装次数 | 126 |
| 当前版本 | 2.0 |
| 更新时间 | 2020-04-17 |
| 上架时间 | 2020-04-16 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | 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
} | |