Lens Share

Move your Tweets to Lens Protocol with Lens Share

Qu'est-ce que Lens Share ?

Lens Share est une extension Chrome développée par apoorvlathey, et sa fonction principale est "Move your Tweets to Lens Protocol with Lens Share".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Lens Share

Téléchargez les fichiers d'extension Lens Share 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 extension adds "Share on Lens" button to the opened tweet, so you can directly move it over to the Lens Protocol 🌿

The tweet text & attached photos automatically get uploaded to IPFS in the background, you only have to sign the message in your wallet & post it to Lens.                    

Informations de Base sur l'Extension

Nom Lens Share Lens Share
ID dnapampfdkhaeefdklnhknjlipjioide
URL Officiel https://chromewebstore.google.com/detail/lens-share/dnapampfdkhaeefdklnhknjlipjioide
Description Move your Tweets to Lens Protocol with Lens Share
Taille du Fichier 2.71 MB
Nombre d'Installations 269
Version Actuelle 0.1.2
Dernière Mise à Jour 2023-02-09
Date de Publication 2023-02-08
Développeur apoorvlathey
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lens-share.apoorv.xyz/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lens Share",
    "version": "0.1.2",
    "manifest_version": 3,
    "description": "Move your Tweets to Lens Protocol with Lens Share",
    "homepage_url": "https:\/\/lens-share.apoorv.xyz",
    "action": {
        "default_title": "Lens Share",
        "default_icon": {
            "128": ".\/icons\/icon128.png"
        }
    },
    "icons": {
        "128": ".\/icons\/icon128.png",
        "48": ".\/icons\/icon48.png",
        "16": ".\/icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "static\/js\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/lens-share-react-app.js",
                "img\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}