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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily get images from Twitter, Instagram, Tistory, Naver, and Weibo"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Get SNS Images for KPOP Discord एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}