lazy_yandex_music_developers
Tool for sort and delete duplicates in music.yandex.ru playlists.
Co to jest lazy_yandex_music_developers?
lazy_yandex_music_developers to rozszerzenie Chrome opracowane przez meikuam, a jego główną funkcją jest „Tool for sort and delete duplicates in music.yandex.ru playlists.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia lazy_yandex_music_developers
Pobierz pliki rozszerzeń lazy_yandex_music_developers 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
Tool for sort and delete duplicates in music.yandex.ru playlists. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jgjbkbfgimonbbgbcinofcahnjlnicff |
| Oficjalny URL | https://chromewebstore.google.com/detail/lazyyandexmusicdevelopers/jgjbkbfgimonbbgbcinofcahnjlnicff |
| Opis | Tool for sort and delete duplicates in music.yandex.ru playlists. |
| Rozmiar pliku | 550 KB |
| Liczba instalacji | 19 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2021-03-31 |
| Data Publikacji | 2019-09-03 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | meikuam |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/meikuam/lazy_yandex_music_developers |
| Obsługiwane Języki | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "lazy_yandex_music_developers",
"version": "1.1",
"icons": {
"128": "images\/ico.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/music.yandex.ru\/*"
],
"js": [
"jquery-3.4.1.min.js",
"content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"injected.js"
],
"browser_action": {
"default_title": "lazy yandex music developers",
"default_icon": "images\/ico.png",
"default_popup": "popup.html"
}
} | |