Arcacon+

아카라이브(arca.live) 아카콘 검색

Arcacon+คืออะไร?

Arcacon+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CcRr0 และคุณลักษณะหลักของมันคือ "아카라이브(arca.live) 아카콘 검색"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arcacon+

ดาวน์โหลดไฟล์ส่วนขยาย Arcacon+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        아카라이브(arca.live) 커뮤니티에서 글, 댓글 작성 시 원하는 아카콘의 제목을 검색해 삽입할 수 있게 해주는 확장 프로그램입니다.
작동을 위해 보유 중인 아카콘의 목록을 불러오고, 제목을 로드해 저장합니다.
확장 프로그램 설치 이후 아카콘 구매/제거 시 해당 항목은 자동으로 업데이트됩니다.
아카콘 삽입 시 목록의 아카콘 썸네일 위 마우스 호버 시 제목을 확인할 수 있습니다.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Arcacon+ Arcacon+
ID lcmigpdnabmialfklkkkofiapdgabief
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arcacon+/lcmigpdnabmialfklkkkofiapdgabief
คำอธิบาย 아카라이브(arca.live) 아카콘 검색
ขนาดไฟล์ 87.6 KB
จำนวนการติดตั้ง 189
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-11-09
วันที่เผยแพร่ 2022-11-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา CcRr0
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Arcacon+",
    "description": "\uc544\uce74\ub77c\uc774\ube0c(arca.live) \uc544\uce74\ucf58 \uac80\uc0c9",
    "version": "1.4",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "action": {
        "default_icon": "\/assets\/icon.png"
    },
    "background": {
        "service_worker": "\/background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/arca.live\/*"
            ],
            "js": [
                "\/scripts\/jquery-3.6.1.min.js",
                "\/scripts\/arrive.min.js",
                "\/scripts\/sleep.js",
                "\/scripts\/chromeEx.js",
                "\/contentScripts\/contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/arca.live\/b\/*\/*"
            ],
            "js": [
                "\/scripts\/searcherModules.js"
            ],
            "css": [
                "\/contentScripts\/ArcaconStore.css"
            ]
        },
        {
            "matches": [
                "https:\/\/arca.live\/b\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/arca.live\/b\/*\/write*",
                "https:\/\/arca.live\/b\/*\/edit*"
            ],
            "js": [
                "\/contentScripts\/onComment.js"
            ],
            "css": [
                "\/contentScripts\/onComment.css"
            ]
        },
        {
            "matches": [
                "https:\/\/arca.live\/b\/*\/write*",
                "https:\/\/arca.live\/b\/*\/edit*"
            ],
            "js": [
                "\/contentScripts\/onWrite.js"
            ],
            "css": [
                "\/contentScripts\/onWrite.css"
            ]
        },
        {
            "matches": [
                "https:\/\/arca.live\/e\/*"
            ],
            "exclude_matches": [
                "https:\/\/arca.live\/e\/"
            ],
            "js": [
                "\/contentScripts\/storeListener.js"
            ]
        }
    ]
}