Reverse Meme Search by Antimatter

Collect meme templates as you browse the internet

ما هو Reverse Meme Search by Antimatter؟

Reverse Meme Search by Antimatter هو إضافة Chrome تم تطويرها بواسطة https://reversememesear.ch، والميزة الرئيسية لها هي "Collect meme templates as you browse the internet".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Reverse Meme Search by Antimatter

قم بتنزيل ملفات الامتداد Reverse Meme Search by Antimatter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Wherever you are on the web, simply activate the Reverse Meme Search Chrome extension and we'll highlight all the possible memes on the page you're browsing. Click on the meme whose template you want, and we'll retrieve the blank template for you, which you can meme right then and there or save for later in your Library on https://reversememesear.ch

Even better, if we can't find the template, you can request our Meme Concierge service (absolutely free) and we'll put one of our best people on the case.                    

معلومات أساسية عن التمديد

الاسم Reverse Meme Search by Antimatter Reverse Meme Search by Antimatter
ID ehljbkhlgmkmgbmbjiocpecnclbpkddg
عنوان URL الرسمي https://chromewebstore.google.com/detail/reverse-meme-search-by-an/ehljbkhlgmkmgbmbjiocpecnclbpkddg
الوصف Collect meme templates as you browse the internet
حجم الملف 1.39 MB
عدد التثبيتات 307
النسخة الحالية 1.0.1
آخر تحديث 2021-11-28
تاريخ النشر 2021-10-24
تقييم 5.00/5 مجموع تقييمات 2
المطور https://reversememesear.ch
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://reversememesear.ch
عنوان صفحة سياسة الخصوصية https://antimatter.systems/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Reverse Meme Search",
    "name": "Reverse Meme Search by Antimatter",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Collect meme templates as you browse the internet",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "64": "icon_64.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/*.supabase.co\/"
    ],
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/antimatter.systems\/*",
                "https:\/\/reversememesear.ch\/*",
                "https:\/\/antimatter-homepage-v2.vercel.app\/*"
            ],
            "js": [
                "\/static\/js\/interact-antimatter.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "editor.html",
        "logo.png",
        "black-goggles.png",
        "modal-background.png",
        "image-overlay.png",
        "pepe.png",
        "fonts\/*",
        "motion-googles-300x.webp"
    ]
}