Plug.dj Autopilot

a less-obvious auto-voting script for plug.dj

Plug.dj Autopilot là gì?

Plug.dj Autopilot là một tiện ích mở rộng Chrome được phát triển bởi https://thompsn.com, và tính năng chính của nó là "a less-obvious auto-voting script for plug.dj".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plug.dj Autopilot

Tải xuống các tệp mở rộng Plug.dj Autopilot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        An autopilot script based on a countdown timer.

COMMANDS
/autopilot
/link                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Plug.dj Autopilot Plug.dj Autopilot
ID kddankhibidfedpmhehdlcmhkpdijdbh
URL Chính Thức https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh
Mô tả a less-obvious auto-voting script for plug.dj
Kích Thước Tệp 100 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.0.0.7
Cập Nhật Lần Cuối 2015-05-23
Ngày Phát Hành 2015-05-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://thompsn.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://thompsn.com/plugdj/
Ngôn Ngữ Được Hỗ Trợ 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
}