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
公式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
Eメール [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"
    ]
}