SSAFix: Youtube Live Prefix
유튜브 라이브의 댓글작성시 접두어를 자동으로 붙여주는 크롬 확장 프로그램입니다.
What is SSAFix: Youtube Live Prefix?
SSAFix: Youtube Live Prefix is a Chrome extension developed by cksghks89, and its main feature is "유튜브 라이브의 댓글작성시 접두어를 자동으로 붙여주는 크롬 확장 프로그램입니다.".
Extension Screenshots
Download SSAFix: Youtube Live Prefix Extension CRX File
Download SSAFix: Youtube Live Prefix 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
유튜브 라이브로 댓글입력시 접두어를 붙여야 하는 사람들에게 매우 효과적인 애플리케이션 입니다. 편리하고 직관적인 디자인을 통해 누구나 쉽게 사용할 수 있도록 구성하였습니다. 주요 기능 1. Prefix 입력 후 유튜브 라이브 댓글박스 클릭시 접두어를 자동으로 생성, 삽입 2. SSAFY 교육생을 위한 교육지원금 생성기 링크 추가 - 입력된 정보를 기반으로 지역-반-이름을 자동으로 입력 github https://github.com/cksghks89/SSAFix
Extension Basic Information
Name | SSAFix: Youtube Live Prefix |
ID | knpdnlpnggdikoalhgbiphgfmmnnnmdd |
Official URL | https://chromewebstore.google.com/detail/ssafix-youtube-live-prefi/knpdnlpnggdikoalhgbiphgfmmnnnmdd |
Description | 유튜브 라이브의 댓글작성시 접두어를 자동으로 붙여주는 크롬 확장 프로그램입니다. |
File Size | 2.11 MB |
Installation Count | 290 |
Current Version | 1.0.3 |
Last Updated | 2023-10-10 |
Publish Date | 2023-04-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | cksghks89 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/cksghks89/SSAFix |
Help Page URL | https://github.com/cksghks89/SSAFix |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SSAFix: Youtube Live Prefix", "description": "\uc720\ud29c\ube0c \ub77c\uc774\ube0c\uc758 \ub313\uae00\uc791\uc131\uc2dc \uc811\ub450\uc5b4\ub97c \uc790\ub3d9\uc73c\ub85c \ubd99\uc5ec\uc8fc\ub294 \ud06c\ub86c \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4.", "version": "1.0.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "content_scripts.js" ] }, { "matches": [ "https:\/\/dydwkd486.github.io\/ssafy-sign\/*", "http:\/\/dydwkd486.github.io\/ssafy-sign\/*" ], "js": [ "money_generator_scripts.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": "images\/logo.png" }, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "options_page": "options.html" } |