Plug.dj - Auto woot

Auto clicks Woot every minute.

What is Plug.dj - Auto woot?

Plug.dj - Auto woot is a Chrome extension developed by Magn0053, and its main feature is "Auto clicks Woot every minute.".

Download Plug.dj - Auto woot Extension CRX File

Download Plug.dj - Auto woot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Auto clicks "Woot" every minute only on Plug.dj.                    

Extension Basic Information

Name Plug.dj - Auto woot Plug.dj - Auto woot
ID bbpafoopoikgejcodncajpolojegjega
Official URL https://chrome.google.com/webstore/detail/plugdj-auto-woot/bbpafoopoikgejcodncajpolojegjega
Description Auto clicks Woot every minute.
File Size 82.49 KB
Installation Count 41
Current Version 1.1
Last Updated 2017-07-15
Publish Date 2017-07-15
Rating 2.33/5 Total 3 Ratings
Developer Magn0053
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plug.dj - Auto woot",
    "description": "Auto clicks Woot every minute.",
    "manifest_version": 2,
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*.plug.dj\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.plug.dj\/*"
    ]
}