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開發的Chrome擴展程式,該擴展的主要功能是“Collect meme templates as you browse the internet”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Reverse Meme Search by Antimatter擴展crx文件

下載Reverse Meme Search by Antimatter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}