MetaLens Extension
MetaLens is the comment section of the Metanet.
Qu'est-ce que MetaLens Extension ?
MetaLens Extension est une extension Chrome développée par http://allaboard.cash, et sa fonction principale est "MetaLens is the comment section of the Metanet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MetaLens Extension
Téléchargez les fichiers d'extension MetaLens Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | odoinflckdonpofihlicjjknlgnhhaem |
URL Officiel | https://chrome.google.com/webstore/detail/metalens-extension/odoinflckdonpofihlicjjknlgnhhaem |
Description | MetaLens is the comment section of the Metanet. |
Taille du Fichier | 67.89 KB |
Nombre d'Installations | 143 |
Version Actuelle | 0.1.16 |
Dernière Mise à Jour | 2019-04-02 |
Date de Publication | 2019-04-02 |
Évaluation | 4.40/5 Total 5 Évaluations |
Développeur | http://allaboard.cash |
Type de Paiement | free |
Site Web de l'Extension | https://metalens.allaboard.cash |
Langues Prises en Charge | 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\/*" } |