plugCubed
Adding a new dimension to plug.dj
Co to jest plugCubed?
plugCubed to rozszerzenie Chrome opracowane przez thedark1337, a jego główną funkcją jest „Adding a new dimension to plug.dj”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia plugCubed
Pobierz pliki rozszerzeń plugCubed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
plug³ is a Javascript enhancement that offers; Autowoot, Autojoin, Custom Chat Colors, Toggle AFK status with an Autoresponder, Special Notifications, Enable toggles for turning on/off the Stream, AFK timers in the Userlist, Custom room settings and a lot more! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cfeomlnnfncblkheeneahgmngbnbiaoi |
| Oficjalny URL | https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi |
| Opis | Adding a new dimension to plug.dj |
| Rozmiar pliku | 72.7 KB |
| Liczba instalacji | 880 |
| Aktualna Wersja | 4.4.0.11 |
| Ostatnia Aktualizacja | 2017-12-18 |
| Data Publikacji | 2017-12-18 |
| Ocena | 4.19/5 Łącznie 16 Oceny |
| Deweloper | thedark1337 |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://plugcubed.net |
| Adres URL Strony Pomocy | https://github.com/plugcubed/plugcubed/issues |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "plug\u00b3 Team",
"name": "plugCubed",
"short_name": "plug\u00b3",
"description": "Adding a new dimension to plug.dj",
"homepage_url": "https:\/\/plugCubed.net",
"version": "4.4.0.11",
"icons": {
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.plug.dj\/*"
],
"js": [
"loader.js"
]
}
],
"permissions": [
"https:\/\/plug.dj\/*"
],
"web_accessible_resources": [
"plugCubed.js"
]
} | |