Get SNS Images for KPOP Discord
Easily get images from Twitter, Instagram, Tistory, Naver, and Weibo
什麼是Get SNS Images for KPOP Discord?
Get SNS Images for KPOP Discord是由haplesspanda開發的Chrome擴展程式,該擴展的主要功能是“Easily get images from Twitter, Instagram, Tistory, Naver, and Weibo”。
擴展截圖
下載Get SNS Images for KPOP Discord擴展crx文件
下載Get SNS Images for KPOP Discord擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily get images from various social media sites.
GitHub: https://github.com/haplesspanda/get-sns-images 擴展基本資訊
| 名稱 | |
| ID | mnolemlokkafobcmeieiglnfpljdmpbk |
| 官方網址 | https://chromewebstore.google.com/detail/get-sns-images-for-kpop-d/mnolemlokkafobcmeieiglnfpljdmpbk |
| 簡介 | Easily get images from Twitter, Instagram, Tistory, Naver, and Weibo |
| 檔案大小 | 19.41 KB |
| 安裝次數 | 58 |
| 目前版本 | 0.0.1.8 |
| 更新時間 | 2023-07-28 |
| 上架時間 | 2020-05-08 |
| 評分 | 4.00/5 共 2 次評分 |
| 開發者 | haplesspanda |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Get SNS Images for KPOP Discord",
"version": "0.0.1.8",
"description": "Easily get images from Twitter, Instagram, Tistory, Naver, and Weibo",
"manifest_version": 2,
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"dist\/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"128": "images\/icon128.png"
},
"options_ui": {
"page": "settings.html",
"open_in_tab": true
}
} | |