iPlug BETA

The most sexy plug.dj extension!

What is iPlug BETA?

iPlug BETA is a Chrome extension developed by L0laapk3, and its main feature is "The most sexy plug.dj extension!".

Extension Screenshots

screenshot
screenshot
screenshot

Download iPlug BETA Extension CRX File

Download iPlug BETA 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

                        Thanks CookieMichal for everything!

SOME THINGS INCLUDED WITH THIS EXTENSION
-Desktop notifications
-Multiplaylist autoswitcher
-Fullscreen youtube video's :)
-Automeh remember
-Plug portrait mode
-Images in chat
-Youtube in chat
-Enlarge images & videos
-Autowoot (advanced)
-Autojoin
-Custom backgrounds
-Hide join, curate buttons
-Hide audience & dj
-More custom backgrounds
-List who mehed and grabbed
-Much, much more :)                    

Extension Basic Information

Name iPlug BETA iPlug BETA
ID bjjnmnajlmcemhnncfpfglodcegahcpg
Official URL https://chrome.google.com/webstore/detail/iplug-beta/bjjnmnajlmcemhnncfpfglodcegahcpg
Description The most sexy plug.dj extension!
File Size 727 KB
Installation Count 31
Current Version 0.9.9.102
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.59/5 Total 17 Ratings
Developer L0laapk3
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iPlug BETA",
    "short_name": "iPlug",
    "author": "L0laapk3 & CookieMichal",
    "version": "0.9.9.102",
    "manifest_version": 2,
    "description": "The most sexy plug.dj extension!",
    "icons": {
        "256": "images\/Chrome\/icon256.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/plug.dj\/*"
        ],
        "exclude_matches": [
            "*:\/\/plug.dj\/communities\/",
            "*:\/\/plug.dj\/about",
            "*:\/\/plug.dj\/terms",
            "*:\/\/plug.dj\/privacy"
        ]
    },
    "web_accessible_resources": [
        "images\/iplug-button.png",
        "javascripts\/iplug\/*",
        "javascripts\/iplug\/modifications\/*",
        "javascripts\/iplug\/utils\/*",
        "javascripts\/iplug\/visualizations\/*",
        "javascripts\/iplug\/visualizations\/style1\/*",
        "javascripts\/iplug\/visualizations\/style2\/*",
        "javascripts\/*",
        "images\/chosen\/chosen-sprite.png",
        "images\/chosen\/[email protected]",
        "images\/Plug\/dev.png",
        "images\/Plug\/icon256.png",
        "images\/Plug\/plug.png",
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plug.dj\/*"
            ],
            "exclude_matches": [
                "*:\/\/plug.dj\/communities\/",
                "*:\/\/plug.dj\/about",
                "*:\/\/plug.dj\/terms",
                "*:\/\/plug.dj\/privacy"
            ],
            "js": [
                "javascripts\/iPlug.js"
            ],
            "css": [
                "css\/iPlug.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "javascripts\/iPlugBG.js"
        ]
    }
}