Arcacon GIF Downloader
Download Arcacon GIFs
Wat is Arcacon GIF Downloader?
Arcacon GIF Downloader is een Chrome-extensie ontwikkeld door muanvs404, en de belangrijkste functie is "Download Arcacon GIFs".
Extensie Screenshots
Download het CRX-bestand van de extensie Arcacon GIF Downloader
Download Arcacon GIF Downloader-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
[우클릭 - 'GIF로 아카콘 다운로드' 버튼] 을 통해 아카콘의 GIF 원본파일을 저장합니다. mp4 파일을 gif로 변환하는 방식이 아니기 때문에 품질저하가 없습니다. 아래 사항들은 이후 업데이트를 통해 개선 될 수 있습니다. - (※중요)반드시 로그인 되어있는 상태에서만 작동합니다. - 현재 1.0 버전에서는 댓글에서의 아카콘만 지원합니다. - 우클릭하여 메뉴가 보이지 않을 시 한번 더 우클릭합니다. - 한 페이지에서 두 종류 이상의 이미지에 대해 다운로드 시도가 불가능합니다. - 일부 GIF 이미지를 다운로드 시도 시, 깨진 파일이 다운로드 됩니다. 2024.01.11 - 버그투성이 확장프로그램이라 나만 쓰는 줄 알았는데, 71명이나 더 낚인 건에 대해 - 사용해주신 분들 감사합니다 조만간 다시 건드려보겠습니다 ㅠㅠ
Basisinformatie over de Extensie
Naam | Arcacon GIF Downloader |
ID | ajccljbpmpeebkknkmmladkcicmnhadb |
Officiële URL | https://chromewebstore.google.com/detail/arcacon-gif-downloader/ajccljbpmpeebkknkmmladkcicmnhadb |
Beschrijving | Download Arcacon GIFs |
Bestandsgrootte | 25.44 KB |
Aantal Installaties | 139 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2024-01-11 |
Publicatiedatum | 2023-08-07 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | muanvs404 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |