Plug.dj Autopilot
a less-obvious auto-voting script for plug.dj
Plug.dj Autopilotคืออะไร?
Plug.dj Autopilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thompsn.com และคุณลักษณะหลักของมันคือ "a less-obvious auto-voting script for plug.dj"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plug.dj Autopilot
ดาวน์โหลดไฟล์ส่วนขยาย 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
} | |