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 |
| 官方URL | 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
}
} | |