MetaLens Extension
MetaLens is the comment section of the Metanet.
O que é MetaLens Extension?
MetaLens Extension é uma extensão do Chrome desenvolvida por http://allaboard.cash, e sua principal característica é "MetaLens is the comment section of the Metanet.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MetaLens Extension
Baixe arquivos de extensão MetaLens Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | odoinflckdonpofihlicjjknlgnhhaem |
URL Oficial | https://chrome.google.com/webstore/detail/metalens-extension/odoinflckdonpofihlicjjknlgnhhaem |
Descrição | MetaLens is the comment section of the Metanet. |
Tamanho do Arquivo | 67.89 KB |
Contagem de Instalações | 143 |
Versão Atual | 0.1.16 |
Última Atualização | 2019-04-02 |
Data de Publicação | 2019-04-02 |
Classificação | 4.40/5 Total de 5 Avaliações |
Desenvolvedor | http://allaboard.cash |
Tipo de Pagamento | free |
Site da Extensão | https://metalens.allaboard.cash |
Idiomas Suportados | 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\/*" } |