SmodooPlug

Want to customize literally everything on Plug.dj? This is your extension!

SmodooPlug란 무엇입니까?

SmodooPlug은(는) smodoopa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Want to customize literally everything on Plug.dj? This is your extension!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SmodooPlug 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        An enhanced Plug.dj experience!

Includes:

•Auto Woot/Auto Join.
•Custom UI/Chat colors.
•Deleting your own messages (bouncer+).
•Double-click to reply.
•No-Video Mode.
•Custom AFK message.
•No-Video Mode.
•Chat Notifications + Colors.
•Wait Time.
•Custom community backgrounds.
•Shrub Mode.
•Many, many other useful features.                    

확장 프로그램 기본 정보

이름 SmodooPlug SmodooPlug
ID anjbdjgioehijdpfoldaeabbjnmojjag
공식 URL https://chrome.google.com/webstore/detail/smodooplug/anjbdjgioehijdpfoldaeabbjnmojjag
설명 Want to customize literally everything on Plug.dj? This is your extension!
파일 크기 23.36 MB
설치 횟수 24
현재 버전 0.960.9
최근 업데이트 2016-06-17
출시 날짜 2016-06-17
평점 4.43/5 총 7 개의 평점
개발자 smodoopa
결제 유형 free
확장 프로그램 웹 사이트 https://www.plug.dj/
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/spectrum.css",
                "js\/nanoscroll\/nanoscroller.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/spectrum.js",
                "js\/nanoscroll\/jquery.nanoscroller.js",
                "js\/fetch.js"
            ],
            "exclude_matches": [
                "*:\/\/plug.dj\/about",
                "*:\/\/plug.dj\/terms",
                "*:\/\/plug.dj\/privacy"
            ],
            "matches": [
                "*:\/\/plug.dj\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.google.com https:\/\/stats.g.doubleclick.net; object-src 'self';",
    "description": "Want to customize literally everything on Plug.dj? This is your extension!",
    "icons": {
        "128": "images\/SPlogo_128.png",
        "16": "images\/SPlogo_16.png",
        "48": "images\/SPlogo_48.png"
    },
    "manifest_version": 2,
    "name": "SmodooPlug",
    "short_name": "smodooplug",
    "permissions": [
        "*:\/\/*plug.dj\/*",
        "http:\/\/plug.myuplay.com\/*",
        "storage",
        "notifications",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.960.9",
    "web_accessible_resources": [
        "js\/jquery.js",
        "js\/spectrum.js",
        "css\/spectrum.css",
        "manifest.json",
        "js\/nanoscroll\/jquery.nanoscroller.js",
        "js\/nanoscroll\/jquery.nanoscroller.js.map",
        "js\/nanoscroll\/nanoscroller.css",
        "js\/fetch.js",
        "css\/style.css",
        "js\/main.js",
        "Backgrounds\/cyber.png",
        "Backgrounds\/default.jpg",
        "Backgrounds\/abandon.png",
        "Backgrounds\/castle.png",
        "Backgrounds\/fairy.png",
        "Backgrounds\/haunted.png",
        "Backgrounds\/matrix.png",
        "Backgrounds\/ruins.png",
        "Backgrounds\/tasty.jpg",
        "images\/icoes.png",
        "Backgrounds\/halloween.jpg",
        "images\/shurb_large.png",
        "images\/shurb.png",
        "images\/iconsmega.png",
        "images\/plugasset.png"
    ]
}