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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | odoinflckdonpofihlicjjknlgnhhaem |
官方URL | 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\/*" } |