What's site like?

It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…

What's site like? क्या है?

What's site like? shoito द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…"।

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

screenshot
screenshot
screenshot

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

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

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

                        It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about which server it is published.                    

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

नाम What's site like? What's site like?
ID gobblgkhcepkppogappdcbpegelmfjbk
आधिकारिक URL https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk
विवरण It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…
फ़ाइल का आकार 227 KB
स्थापना संख्या 29
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-02-01
प्रकाशन तिथि 2019-01-31
डेवलपर shoito
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/dev.virtualearth.net https:\/\/ecn.dev.virtualearth.net; object-src 'self'"
}