MetaLens Extension

MetaLens is the comment section of the Metanet.

什麼是MetaLens Extension?

MetaLens Extension是由http://allaboard.cash開發的Chrome擴展程式,該擴展的主要功能是“MetaLens is the comment section of the Metanet.”。

擴展截圖

screenshot

下載MetaLens Extension擴展crx文件

下載MetaLens Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
}