Plug.Dj Helper
Shows past played songs on screen, and helps assist with finding plug.dj Music
Co to jest Plug.Dj Helper?
Plug.Dj Helper to rozszerzenie Chrome opracowane przez Warfront1 (Tvcontrolsyou), a jego główną funkcją jest „Shows past played songs on screen, and helps assist with finding plug.dj Music”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Plug.Dj Helper
Pobierz pliki rozszerzeń Plug.Dj Helper 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
Lists all past listened to songs (Band Name, and Song Name), and provides a link to download an External MP3 File.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | fmdpdfbkgkgmeeffakfodolhhkdoglnb |
Oficjalny URL | https://chrome.google.com/webstore/detail/plugdj-helper/fmdpdfbkgkgmeeffakfodolhhkdoglnb |
Opis | Shows past played songs on screen, and helps assist with finding plug.dj Music |
Rozmiar pliku | 47.86 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-08-14 |
Data Publikacji | 2014-08-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Warfront1 (Tvcontrolsyou) |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plug.Dj Helper", "version": "1.0", "description": "Shows past played songs on screen, and helps assist with finding plug.dj Music", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/plug.dj\/*" ], "js": [ "jquery-2.1.1.min.js", "Plugin.js" ] } ], "page_action": { "default_icon": "icon-19.png", "default_title": "Plug.dj Helper Running - Love Warfront1!" }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |