SSAFix: Youtube Live Prefix

유튜브 라이브의 댓글작성시 접두어를 자동으로 붙여주는 크롬 확장 프로그램입니다.

Wat is SSAFix: Youtube Live Prefix?

SSAFix: Youtube Live Prefix is een Chrome-extensie ontwikkeld door cksghks89, en de belangrijkste functie is "유튜브 라이브의 댓글작성시 접두어를 자동으로 붙여주는 크롬 확장 프로그램입니다.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SSAFix: Youtube Live Prefix

Download SSAFix: Youtube Live Prefix-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

                        유튜브 라이브로 댓글입력시 접두어를 붙여야 하는 사람들에게 매우 효과적인 애플리케이션 입니다.

편리하고 직관적인 디자인을 통해 누구나 쉽게 사용할 수 있도록 구성하였습니다.

주요 기능
1. Prefix 입력 후 유튜브 라이브 댓글박스 클릭시 접두어를 자동으로 생성, 삽입
2. SSAFY 교육생을 위한 교육지원금 생성기 링크 추가 - 입력된 정보를 기반으로 지역-반-이름을 자동으로 입력

github
https://github.com/cksghks89/SSAFix                    

Basisinformatie over de Extensie

Naam SSAFix: Youtube Live Prefix SSAFix: Youtube Live Prefix
ID knpdnlpnggdikoalhgbiphgfmmnnnmdd
Officiële URL https://chromewebstore.google.com/detail/ssafix-youtube-live-prefi/knpdnlpnggdikoalhgbiphgfmmnnnmdd
Beschrijving 유튜브 라이브의 댓글작성시 접두어를 자동으로 붙여주는 크롬 확장 프로그램입니다.
Bestandsgrootte 2.11 MB
Aantal Installaties 290
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-10-10
Publicatiedatum 2023-04-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar cksghks89
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/cksghks89/SSAFix
Help Pagina-URL https://github.com/cksghks89/SSAFix
Ondersteunde Talen 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"
}