GreatDJ
This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.
GreatDJ란 무엇입니까?
GreatDJ은(는) https://great.dj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience."입니다.
확장 프로그램 스크린샷
GreatDJ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
** UPDATE: v2.0 ** Clearly, the BIGGEST update this extension has ever seen, you can now add titles to your saved playlists and use a very advanced search functionality that lets you search for playlist titles, ids or even artists/songs inside the playlists saved! -- Tired of losing your great.dj playlists URLs? Worry not, this extension is your little miracle: it will conveniently save all the playlists you've ever opened or created and display them as a beautiful list, with the links you thought you had lost. Such technology is not available everywhere! You can remove playlists if you're done with them, and the list will be ordered by date of last access.
확장 프로그램 기본 정보
이름 | GreatDJ |
ID | fobgllhmkmfdjnboijodmohifllnhigc |
공식 URL | https://chromewebstore.google.com/detail/greatdj/fobgllhmkmfdjnboijodmohifllnhigc |
설명 | This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience. |
파일 크기 | 27.46 KB |
설치 횟수 | 140 |
현재 버전 | 2.7.2 |
최근 업데이트 | 2018-06-28 |
출시 날짜 | 2018-06-28 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://great.dj |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://great.dj |
도움말 페이지 URL | http://great.dj |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GreatDJ", "description": "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.", "version": "2.7.2", "permissions": [ "webNavigation", "storage", "https:\/\/api.great.dj\/*" ], "browser_action": { "default_icon": "greatdj.png", "default_popup": "popup.html" }, "icons": { "16": "greatdj.png", "48": "appicon-48.png", "128": "appicon.png" }, "background": { "scripts": [ "runner.js" ], "persistent": false } } |