Let's meme

Let's meme

Let's memeคืออะไร?

Let's meme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://t.xyz และคุณลักษณะหลักของมันคือ "Let's meme"

ภาพหน้าจอของส่วนขยาย

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