Let's meme

Let's meme

Τι είναι το Let's meme;

Το Let's meme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://t.xyz, και η κύρια λειτουργία του είναι "Let's meme".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Let's meme

Λήψη αρχείων επέκτασης Let's meme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Let's MeMe is a degen web3 user entry on twitter

The feature Let's Meme provide including: 
🐦 MemeExtension: a browser plugin built on Twitter to help communities interact with users with ease

🔍 MemeExplore: Quest & Raffle infomation all-in-one

🔥 MemeHyper: organize your members on Twitter to perform community tasks to expand the community influence

Ⓜ️MemeGraph: on-chain and off-chain social media information graphs so community members can follow one another on Twitter with just one click.

🎮MemeGame: coming soon...                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Let's meme Let's meme
ID fhplcfaddamamojjdgblhjbfneadoold
Επίσημο URL https://chromewebstore.google.com/detail/lets-meme/fhplcfaddamamojjdgblhjbfneadoold
Περιγραφή Let's meme
Μέγεθος Αρχείου 16.24 MB
Αριθμός Εγκαταστάσεων 345
Τρέχουσα Έκδοση 2.0.4
Τελευταία Ενημέρωση 2023-05-08
Ημερομηνία Δημοσίευσης 2022-11-23
Αξιολόγηση 5.00/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://t.xyz
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://t.xyz
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let's meme",
    "description": "Let's meme",
    "version": "2.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "memeIcon.png",
        "48": "memeIcon.png",
        "128": "memeIcon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Let's Meme",
        "default_icon": "memeIcon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "image\/*",
                "memeIcon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "history",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/turtlecase.xyz\/api\/v2\/*",
                "https:\/\/api.opensea.io\/api\/v1\/*"
            ],
            "css": [
                "antd.css",
                "swiper.min.css",
                "content.css"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox script-src 'self' 'unsafe-eval'; object-src 'self';"
    }
}