Reverse Meme Search by Antimatter

Collect meme templates as you browse the internet

Reverse Meme Search by Antimatter क्या है?

Reverse Meme Search by Antimatter https://reversememesear.ch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect meme templates as you browse the internet"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Reverse Meme Search by Antimatter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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"
    ]
}