Shutterstock Reveal

Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.

Shutterstock Reveal क्या है?

Shutterstock Reveal Shutterstock द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.                    

एक्सटेंशन की मूल जानकारी

नाम Shutterstock Reveal Shutterstock Reveal
ID iogibhaacmieogkdgebfbjgoofdlcmgb
आधिकारिक URL https://chromewebstore.google.com/detail/shutterstock-reveal/iogibhaacmieogkdgebfbjgoofdlcmgb
विवरण Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
फ़ाइल का आकार 27.76 KB
स्थापना संख्या 7,111
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2020-07-04
प्रकाशन तिथि 2020-07-04
रेटिंग 2.86/5 कुल 36 रेटिंग्स
डेवलपर Shutterstock
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.shutterstock.com
गोपनीयता नीति पृष्ठ URL https://www.shutterstock.com/privacy
समर्थित भाषाएँ de,en,fr,nl,no,tr,da,es,it,hu,pl,fi,sv,cs,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "SSTK Reveal",
    "version": "1.0.8",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/sstk-chrome-ext-16.png",
        "128": "icons\/sstk-chrome-ext-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/sstk-chrome-ext-16-inactive.png",
            "48": "icons\/sstk-chrome-ext-48-inactive.png",
            "128": "icons\/sstk-chrome-ext-128-inactive.png"
        },
        "default_title": "Shutterstock Reveal"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "https:\/\/plugins.shutterstock.com\/*",
        "downloads"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.shutterstock.com\/*"
        ]
    }
}