Arcacon GIF Downloader

Download Arcacon GIFs

What is Arcacon GIF Downloader?

Arcacon GIF Downloader is a Chrome extension developed by muanvs404, and its main feature is "Download Arcacon GIFs".

Extension Screenshots

screenshot

Download Arcacon GIF Downloader Extension CRX File

Download Arcacon GIF Downloader 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

                        [우클릭 - 'GIF로 아카콘 다운로드' 버튼] 을 통해 아카콘의 GIF 원본파일을 저장합니다.
mp4 파일을 gif로 변환하는 방식이 아니기 때문에 품질저하가 없습니다.

아래 사항들은 이후 업데이트를 통해 개선 될 수 있습니다.
- (※중요)반드시 로그인 되어있는 상태에서만 작동합니다. 
- 현재 1.0 버전에서는 댓글에서의 아카콘만 지원합니다.
- 우클릭하여 메뉴가 보이지 않을 시 한번 더 우클릭합니다.
- 한 페이지에서 두 종류 이상의 이미지에 대해 다운로드 시도가 불가능합니다.
- 일부 GIF 이미지를 다운로드 시도 시, 깨진 파일이 다운로드 됩니다.

2024.01.11
- 버그투성이 확장프로그램이라 나만 쓰는 줄 알았는데, 71명이나 더 낚인 건에 대해
- 사용해주신 분들 감사합니다 조만간 다시 건드려보겠습니다 ㅠㅠ                    

Extension Basic Information

Name Arcacon GIF Downloader Arcacon GIF Downloader
ID ajccljbpmpeebkknkmmladkcicmnhadb
Official URL https://chromewebstore.google.com/detail/arcacon-gif-downloader/ajccljbpmpeebkknkmmladkcicmnhadb
Description Download Arcacon GIFs
File Size 25.44 KB
Installation Count 139
Current Version 1.0
Last Updated 2024-01-11
Publish Date 2023-08-07
Rating 4.00/5 Total 1 Ratings
Developer muanvs404
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arcacon GIF Downloader",
    "version": "1.0",
    "description": "Download Arcacon GIFs",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/arca.live\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/arca.live\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    }
}