MetaLens Extension

MetaLens is the comment section of the Metanet.

MetaLens Extension là gì?

MetaLens Extension là một tiện ích mở rộng Chrome được phát triển bởi http://allaboard.cash, và tính năng chính của nó là "MetaLens is the comment section of the Metanet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MetaLens Extension

Tải xuống các tệp mở rộng MetaLens Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MetaLens Extension MetaLens Extension
ID odoinflckdonpofihlicjjknlgnhhaem
URL Chính Thức https://chrome.google.com/webstore/detail/metalens-extension/odoinflckdonpofihlicjjknlgnhhaem
Mô tả MetaLens is the comment section of the Metanet.
Kích Thước Tệp 67.89 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 0.1.16
Cập Nhật Lần Cuối 2019-04-02
Ngày Phát Hành 2019-04-02
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://allaboard.cash
Loại Thanh Toán free
Trang Web Mở Rộng https://metalens.allaboard.cash
Ngôn Ngữ Được Hỗ Trợ 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\/*"
}