nMeme

Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.

nMeme là gì?

nMeme là một tiện ích mở rộng Chrome được phát triển bởi guyfawkesmint, và tính năng chính của nó là "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.".

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

screenshot

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

Tải xuống các tệp mở rộng nMeme 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

                        Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
(nGabe is an existing fork of nCage)

All credit goes to qwertyman1. If qwertyman1 (nCage's author) isn't happy with me publishing this, I'll happily take it down on his request.                    

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

Tên nMeme nMeme
ID ghipgjemcpdgmioojmkddgaeadfpeodd
URL Chính Thức https://chrome.google.com/webstore/detail/nmeme/ghipgjemcpdgmioojmkddgaeadfpeodd
Mô tả Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-03-25
Ngày Phát Hành 2014-03-25
Đánh Giá 1.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển guyfawkesmint
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.",
    "manifest_version": 2,
    "name": "nMeme",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}