Let's meme

Let's meme

What is Let's meme?

Let's meme is a Chrome extension developed by https://t.xyz, and its main feature is "Let's meme".

Extension Screenshots

screenshot
screenshot
screenshot

Download Let's meme Extension CRX File

Download Let's meme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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...                    

Extension Basic Information

Name Let's meme Let's meme
ID fhplcfaddamamojjdgblhjbfneadoold
Official URL https://chromewebstore.google.com/detail/lets-meme/fhplcfaddamamojjdgblhjbfneadoold
Description Let's meme
File Size 16.24 MB
Installation Count 345
Current Version 2.0.4
Last Updated 2023-05-08
Publish Date 2022-11-23
Rating 5.00/5 Total 14 Ratings
Developer https://t.xyz
Payment Type free
Extension Website https://t.xyz
Supported Languages 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';"
    }
}