iPlug BETA
The most sexy plug.dj extension!
iPlug BETA là gì?
iPlug BETA là một tiện ích mở rộng Chrome được phát triển bởi L0laapk3, và tính năng chính của nó là "The most sexy plug.dj extension!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng iPlug BETA
Tải xuống các tệp mở rộng iPlug BETA 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
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bjjnmnajlmcemhnncfpfglodcegahcpg |
URL Chính Thức | https://chrome.google.com/webstore/detail/iplug-beta/bjjnmnajlmcemhnncfpfglodcegahcpg |
Mô tả | The most sexy plug.dj extension! |
Kích Thước Tệp | 727 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 0.9.9.102 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 4.59/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | L0laapk3 |
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": "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" ] } } |