DomainFlag

Displays the country of the current website's server in addition to the MozRank.

DomainFlag क्या है?

DomainFlag https://c7x.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the country of the current website's server in addition to the MozRank."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        DomainFlag - A lightweight, easy-to-use SEO extension for Google Chrome.
You can check the current website server country and website ranking (MozRank) in the toolbar.
Click the icon to view more SEO information, and you can also access more website  related links with one click.

Features
----
* MozRank & Domain Authority
* Server Location
* Quick Access Bar
* Custom Quick Actions                    

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

नाम DomainFlag DomainFlag
ID bjkkgiokpelbekeldjbjfklkjhfdbjgk
आधिकारिक URL https://chromewebstore.google.com/detail/domainflag/bjkkgiokpelbekeldjbjfklkjhfdbjgk
विवरण Displays the country of the current website's server in addition to the MozRank.
फ़ाइल का आकार 477 KB
स्थापना संख्या 3,367
वर्तमान संस्करण 3.2.4
अंतिम अपडेट 2022-08-13
प्रकाशन तिथि 2018-11-07
रेटिंग 4.56/5 कुल 41 रेटिंग्स
डेवलपर https://c7x.me
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://c7x.me/web-extension-privacy-policy.html
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "3.2.4",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "minimum_chrome_version": "49",
    "author": "Cople",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+F"
            }
        }
    },
    "background": {
        "scripts": [
            "js\/vendor\/sha1.js",
            "js\/storage.js",
            "js\/db.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "chrome:\/\/favicon\/",
        "tabs",
        "clipboardWrite",
        "storage"
    ]
}