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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย haplesspanda และคุณลักษณะหลักของมันคือ "Easily get images from Twitter, Instagram, Tistory, Naver, and Weibo"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get SNS Images for KPOP Discord

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Get SNS Images for KPOP Discord Get SNS Images for KPOP Discord
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
    }
}