memefy

Turn your frown upside down.

memefy là gì?

memefy là một tiện ích mở rộng Chrome được phát triển bởi vaithschmitz, và tính năng chính của nó là "Turn your frown upside down.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng memefy

Tải xuống các tệp mở rộng memefy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Tired of motivational LinkedIn posts? 
Sick of seeing all those amazing places your friends are at on Facebook, while you're stuck in a cubicle? 
Hate boring stock images but love quality, dank memes?

Enter memefy!
memefy turns all those boring images into the hottest memes. Just hit the button, refresh your page and get ready to have your day made memetastic.

What are you waiting for?
Start memefying today. With memefy.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên memefy memefy
ID ojapbinmankpnplopneckenkgnmfjjgm
URL Chính Thức https://chrome.google.com/webstore/detail/memefy/ojapbinmankpnplopneckenkgnmfjjgm
Mô tả Turn your frown upside down.
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 164
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-10-07
Ngày Phát Hành 2019-10-05
Nhà Phát Triển vaithschmitz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "memefy",
    "version": "1.0.2",
    "description": "Turn your frown upside down.",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}