유튜브 반복 재생 크롬 확장프로그램
크롬버전 유튜브 반복 재생 확장프로그램
Wat is 유튜브 반복 재생 크롬 확장프로그램?
유튜브 반복 재생 크롬 확장프로그램 is een Chrome-extensie ontwikkeld door Dev LuisK, en de belangrijkste functie is "크롬버전 유튜브 반복 재생 확장프로그램".
Download het CRX-bestand van de extensie 유튜브 반복 재생 크롬 확장프로그램
Download 유튜브 반복 재생 크롬 확장프로그램-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
유튜브 영상 혹은 음악을 이동해서 들으시느라 힘드셨죠? 이제, 그 불편함을 해소해드립니다. 설치하시고, 한번의 새로고침으로 계속 누리십시오.
Basisinformatie over de Extensie
Naam | |
ID | llkmokplhmmidnailmlnfcoilkhmkiki |
Officiële 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 |
Beschrijving | 크롬버전 유튜브 반복 재생 확장프로그램 |
Bestandsgrootte | 9.2 KB |
Aantal Installaties | 691 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-09-17 |
Publicatiedatum | 2016-09-17 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Dev LuisK |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |