Let's meme

Let's meme

Let's meme क्या है?

Let's meme https://t.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let's meme"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Let's meme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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';"
    }
}