Get SNS Images for KPOP Discord
Easily get images from Twitter, Instagram, Tistory, Naver, and Weibo
What is Get SNS Images for KPOP Discord?
Get SNS Images for KPOP Discord is a Chrome extension developed by haplesspanda, and its main feature is "Easily get images from Twitter, Instagram, Tistory, Naver, and Weibo".
Extension Screenshots
Download Get SNS Images for KPOP Discord Extension CRX File
Download Get SNS Images for KPOP Discord 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
Easily get images from various social media sites. GitHub: https://github.com/haplesspanda/get-sns-images
Extension Basic Information
Name | Get SNS Images for KPOP Discord |
ID | mnolemlokkafobcmeieiglnfpljdmpbk |
Official URL | https://chromewebstore.google.com/detail/get-sns-images-for-kpop-d/mnolemlokkafobcmeieiglnfpljdmpbk |
Description | Easily get images from Twitter, Instagram, Tistory, Naver, and Weibo |
File Size | 19.41 KB |
Installation Count | 58 |
Current Version | 0.0.1.8 |
Last Updated | 2023-07-28 |
Publish Date | 2020-05-08 |
Rating | 4.00/5 Total 2 Ratings |
Developer | haplesspanda |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |