pluggedN
Plug.dj extension
Wat is pluggedN?
pluggedN is een Chrome-extensie ontwikkeld door nthitz, en de belangrijkste functie is "Plug.dj extension".
Extensie Screenshots
Download het CRX-bestand van de extensie pluggedN
Download pluggedN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | bgeonpdbghliinpfmhnlceoaoloeomgn |
| Officiële URL | https://chromewebstore.google.com/detail/pluggedn/bgeonpdbghliinpfmhnlceoaoloeomgn |
| Beschrijving | Plug.dj extension |
| Bestandsgrootte | 14.76 KB |
| Aantal Installaties | 275 |
| Huidige Versie | 0.0.25 |
| Laatst Bijgewerkt | 2014-08-30 |
| Publicatiedatum | 2014-08-30 |
| Beoordeling | 4.49/5 Totaal 45 Beoordelingen |
| Ontwikkelaar | nthitz |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |