Plug.dj Autopilot
a less-obvious auto-voting script for plug.dj
Co to jest Plug.dj Autopilot?
Plug.dj Autopilot to rozszerzenie Chrome opracowane przez https://thompsn.com, a jego główną funkcją jest „a less-obvious auto-voting script for plug.dj”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Plug.dj Autopilot
Pobierz pliki rozszerzeń Plug.dj Autopilot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
An autopilot script based on a countdown timer.
COMMANDS
/autopilot
/link Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kddankhibidfedpmhehdlcmhkpdijdbh |
| Oficjalny URL | https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh |
| Opis | a less-obvious auto-voting script for plug.dj |
| Rozmiar pliku | 100 KB |
| Liczba instalacji | 51 |
| Aktualna Wersja | 0.0.0.7 |
| Ostatnia Aktualizacja | 2015-05-23 |
| Data Publikacji | 2015-05-22 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://thompsn.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://thompsn.com/plugdj/ |
| Obsługiwane Języki | 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
} | |