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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}