Plug.dj Autopilot
a less-obvious auto-voting script for plug.dj
Was ist Plug.dj Autopilot?
Plug.dj Autopilot ist eine Chrome-Erweiterung, die von https://thompsn.com entwickelt wurde, und ihr Hauptmerkmal ist "a less-obvious auto-voting script for plug.dj".
Erweiterungsscreenshots
Plug.dj Autopilot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Plug.dj Autopilot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
An autopilot script based on a countdown timer.
COMMANDS
/autopilot
/link Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kddankhibidfedpmhehdlcmhkpdijdbh |
| Offizielle URL | https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh |
| Beschreibung | a less-obvious auto-voting script for plug.dj |
| Dateigröße | 100 KB |
| Installationsanzahl | 51 |
| Aktuelle Version | 0.0.0.7 |
| Letztes Update | 2015-05-23 |
| Veröffentlichungsdatum | 2015-05-22 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://thompsn.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://thompsn.com/plugdj/ |
| Unterstützte Sprachen | 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
} | |