Plug.dj Autopilot
a less-obvious auto-voting script for plug.dj
什么是Plug.dj Autopilot?
Plug.dj Autopilot是由https://thompsn.com开发的Chrome扩展程序,该扩展的主要功能是“a less-obvious auto-voting script for plug.dj”。
扩展截图
下载Plug.dj Autopilot扩展crx文件
下载Plug.dj Autopilot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An autopilot script based on a countdown timer.
COMMANDS
/autopilot
/link 扩展基本信息
| 名称 | |
| ID | kddankhibidfedpmhehdlcmhkpdijdbh |
| 官方URL | https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh |
| 简介 | a less-obvious auto-voting script for plug.dj |
| 文件大小 | 100 KB |
| 安装次数 | 51 |
| 当前版本 | 0.0.0.7 |
| 更新时间 | 2015-05-23 |
| 上架时间 | 2015-05-22 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://thompsn.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://thompsn.com/plugdj/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Plug.dj Autopilot",
"version": "0.0.0.7",
"icons": {
"16": "\/img\/icons\/icon_16.png",
"48": "\/img\/icons\/icon_48.png",
"128": "\/img\/icons\/icon_128.png"
},
"description": "a less-obvious auto-voting script for plug.dj",
"content_scripts": [
{
"matches": [
"https:\/\/plug.dj\/*",
"https:\/\/www.plug.dj\/*"
],
"exclude_matches": [
"https:\/\/plug.dj\/about",
"https:\/\/plug.dj\/terms",
"https:\/\/plug.dj\/privacy",
"https:\/\/plug.dj\/@\/*",
"https:\/\/plug.dj\/logout"
],
"js": [
"\/js\/external\/jquery.js",
"\/js\/content_script.js"
]
}
],
"web_accessible_resources": [
"pluglr.js"
],
"manifest_version": 2
} | |