MetaLens Extension

MetaLens is the comment section of the Metanet.

Apa itu MetaLens Extension?

MetaLens Extension adalah ekstensi Chrome yang dikembangkan oleh http://allaboard.cash, dan fitur utamanya adalah "MetaLens is the comment section of the Metanet.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MetaLens Extension

Unduh file ekstensi MetaLens Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama MetaLens Extension MetaLens Extension
ID odoinflckdonpofihlicjjknlgnhhaem
URL Resmi https://chrome.google.com/webstore/detail/metalens-extension/odoinflckdonpofihlicjjknlgnhhaem
Deskripsi MetaLens is the comment section of the Metanet.
Ukuran File 67.89 KB
Jumlah Instalasi 143
Versi Saat Ini 0.1.16
Terakhir Diperbarui 2019-04-02
Tanggal Publikasi 2019-04-02
Penilaian 4.40/5 Total 5 Penilaian
Pengembang http://allaboard.cash
Tipe Pembayaran free
Situs Ekstensi https://metalens.allaboard.cash
Bahasa yang Didukung 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\/*"
}