Twitch Emotes Downloader
Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…
什麼是Twitch Emotes Downloader?
Twitch Emotes Downloader是由Maeverr開發的Chrome擴展程式,該擴展的主要功能是“Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…”。
擴展截圖
下載Twitch Emotes Downloader擴展crx文件
下載Twitch Emotes Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality, you can now choose between two convenient options. Option 1 enables you to download individual emoji images. Alternatively, with Option 2, you can effortlessly download the entire collection of emojis in a compressed zip file, saving you time and storage space.
擴展基本資訊
名稱 | Twitch Emotes Downloader |
ID | hchmfokcihnfaljjkdafaclojmgibcgm |
官方網址 | https://chromewebstore.google.com/detail/twitch-emotes-downloader/hchmfokcihnfaljjkdafaclojmgibcgm |
簡介 | Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,… |
檔案大小 | 53.21 KB |
安裝次數 | 1,184 |
目前版本 | 0.8 |
更新時間 | 2024-02-26 |
上架時間 | 2023-06-05 |
評分 | 4.33/5 共 6 次評分 |
開發者 | Maeverr |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Emotes Downloader", "version": "0.8", "icons": { "128": "icon.png" }, "background": { "scripts": [ "bg.js" ] }, "action": { "default_title": "init", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_end", "js": [ "content-min.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] }, { "run_at": "document_start", "js": [ "zipper.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |