유튜브 반복 재생 크롬 확장프로그램
크롬버전 유튜브 반복 재생 확장프로그램
What is 유튜브 반복 재생 크롬 확장프로그램?
유튜브 반복 재생 크롬 확장프로그램 is a Chrome extension developed by Dev LuisK, and its main feature is "크롬버전 유튜브 반복 재생 확장프로그램".
Download 유튜브 반복 재생 크롬 확장프로그램 Extension CRX File
Download 유튜브 반복 재생 크롬 확장프로그램 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
유튜브 영상 혹은 음악을 이동해서 들으시느라 힘드셨죠? 이제, 그 불편함을 해소해드립니다. 설치하시고, 한번의 새로고침으로 계속 누리십시오.
Extension Basic Information
Name | |
ID | llkmokplhmmidnailmlnfcoilkhmkiki |
Official URL | https://chromewebstore.google.com/detail/%EC%9C%A0%ED%8A%9C%EB%B8%8C-%EB%B0%98%EB%B3%B5-%EC%9E%AC%EC%83%9D-%ED%81%AC%EB%A1%AC-%ED%99%95%EC%9E%A5%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8/llkmokplhmmidnailmlnfcoilkhmkiki |
Description | 크롬버전 유튜브 반복 재생 확장프로그램 |
File Size | 9.2 KB |
Installation Count | 691 |
Current Version | 1.0 |
Last Updated | 2016-09-17 |
Publish Date | 2016-09-17 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Dev LuisK |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.0", "default_locale": "ko", "description": "__MSG_appDesc__", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "replay.js" ], "run_at": "document_end" } ], "icons": { "18": "rpt.png", "24": "rpt.png", "48": "rpt.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ] } |