iPlug BETA
The most sexy plug.dj extension!
Was ist iPlug BETA?
iPlug BETA ist eine Chrome-Erweiterung, die von L0laapk3 entwickelt wurde, und ihr Hauptmerkmal ist "The most sexy plug.dj extension!".
Erweiterungsscreenshots
iPlug BETA-Erweiterungs-CRX-Datei herunterladen
Laden Sie iPlug BETA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :)
Grundlegende Informationen zur Erweiterung
Name | |
ID | bjjnmnajlmcemhnncfpfglodcegahcpg |
Offizielle URL | https://chrome.google.com/webstore/detail/iplug-beta/bjjnmnajlmcemhnncfpfglodcegahcpg |
Beschreibung | The most sexy plug.dj extension! |
Dateigröße | 727 KB |
Installationsanzahl | 31 |
Aktuelle Version | 0.9.9.102 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 4.59/5 Insgesamt 17 Bewertungen |
Entwickler | L0laapk3 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |