Plug.dj Autopilot
a less-obvious auto-voting script for plug.dj
Apa itu Plug.dj Autopilot?
Plug.dj Autopilot adalah ekstensi Chrome yang dikembangkan oleh https://thompsn.com, dan fitur utamanya adalah "a less-obvious auto-voting script for plug.dj".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Plug.dj Autopilot
Unduh file ekstensi Plug.dj Autopilot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
An autopilot script based on a countdown timer. COMMANDS /autopilot /link
Informasi Dasar Ekstensi
Nama | Plug.dj Autopilot |
ID | kddankhibidfedpmhehdlcmhkpdijdbh |
URL Resmi | https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh |
Deskripsi | a less-obvious auto-voting script for plug.dj |
Ukuran File | 100 KB |
Jumlah Instalasi | 51 |
Versi Saat Ini | 0.0.0.7 |
Terakhir Diperbarui | 2015-05-23 |
Tanggal Publikasi | 2015-05-22 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://thompsn.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://thompsn.com/plugdj/ |
Bahasa yang Didukung | 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 } |