MetaLens Extension

MetaLens is the comment section of the Metanet.

MetaLens Extension क्या है?

MetaLens Extension http://allaboard.cash द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MetaLens is the comment section of the Metanet."।

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

screenshot

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

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

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

                        The Comment Section of the Metanet. MetaLens allows anyone to comment on any url. The comments are stored on the Bitcoin SV blockchain. All comments are funded by a public faucet, so you don't need BSV or even a wallet to participate.                    

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

नाम MetaLens Extension MetaLens Extension
ID odoinflckdonpofihlicjjknlgnhhaem
आधिकारिक URL https://chrome.google.com/webstore/detail/metalens-extension/odoinflckdonpofihlicjjknlgnhhaem
विवरण MetaLens is the comment section of the Metanet.
फ़ाइल का आकार 67.89 KB
स्थापना संख्या 143
वर्तमान संस्करण 0.1.16
अंतिम अपडेट 2019-04-02
प्रकाशन तिथि 2019-04-02
रेटिंग 4.40/5 कुल 5 रेटिंग्स
डेवलपर http://allaboard.cash
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://metalens.allaboard.cash
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background.persistent": false,
    "incognito": "not_allowed",
    "offline_enabled": false,
    "version_name": "0.1.16",
    "manifest_version": 2,
    "name": "MetaLens Extension",
    "short_name": "MetaLens",
    "description": "MetaLens is the comment section of the Metanet.",
    "homepage_url": "https:\/\/metalens.allaboard.cash",
    "version": "0.1.16",
    "icons": {
        "16": "assets\/images\/logo\/icon-16.png",
        "48": "assets\/images\/logo\/icon-48.png",
        "128": "assets\/images\/logo\/icon-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/metalens.allaboard.cash\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "assets\/images\/logo\/icon-128.png",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "mac": "Alt+Shift+D"
            }
        }
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "options_page": "options\/options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' https:\/\/metalens.allaboard.cash\/*"
}