pluggedN

Plug.dj extension

pluggedN là gì?

pluggedN là một tiện ích mở rộng Chrome được phát triển bởi nthitz, và tính năng chính của nó là "Plug.dj extension".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng pluggedN 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

                        UPDATED For the 'new version' of bug.dj

pluggedN plugin for plug.dj

Features:

autowoot
large video
inline images
AFK messages
Themes
hide video
hide audience
 ¯\_(ツ)_/¯

+ more?


All themes wonderfully designed and graciously offered by @Nite4awk https://twitter.com/Nite4awk                    

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

Tên pluggedN pluggedN
ID bgeonpdbghliinpfmhnlceoaoloeomgn
URL Chính Thức https://chromewebstore.google.com/detail/pluggedn/bgeonpdbghliinpfmhnlceoaoloeomgn
Mô tả Plug.dj extension
Kích Thước Tệp 14.76 KB
Số Lần Cài Đặt 275
Phiên Bản Hiện Tại 0.0.25
Cập Nhật Lần Cuối 2014-08-30
Ngày Phát Hành 2014-08-30
Đánh Giá 4.49/5 Tổng số 45 Đánh Giá
Nhà Phát Triển nthitz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.25",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "pluggedN",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.plug.dj\/*",
                "https:\/\/*.plug.dj\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "http:\/\/*.plug.dj\/*",
        "https:\/\/*.plug.dj\/*"
    ]
}