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