MetaLens Extension

MetaLens is the comment section of the Metanet.

Cos'è MetaLens Extension?

MetaLens Extension è un'estensione di Chrome sviluppata da http://allaboard.cash, e la sua funzione principale è "MetaLens is the comment section of the Metanet.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MetaLens Extension

Scarica i file di estensione MetaLens Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MetaLens Extension MetaLens Extension
ID odoinflckdonpofihlicjjknlgnhhaem
URL Ufficiale https://chrome.google.com/webstore/detail/metalens-extension/odoinflckdonpofihlicjjknlgnhhaem
Descrizione MetaLens is the comment section of the Metanet.
Dimensione del File 67.89 KB
Conteggio Installazioni 143
Versione Corrente 0.1.16
Ultimo Aggiornamento 2019-04-02
Data di Pubblicazione 2019-04-02
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore http://allaboard.cash
Tipo di Pagamento free
Sito Web dell'Estensione https://metalens.allaboard.cash
Lingue Supportate 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\/*"
}