MEOWSER.ME

Replaces all images on a given page with pictures of cats.

MEOWSER.ME là gì?

MEOWSER.ME là một tiện ích mở rộng Chrome được phát triển bởi http://www.meowser.me, và tính năng chính của nó là "Replaces all images on a given page with pictures of cats.".

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

screenshot
screenshot

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

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

                        Having a bad day? Bored at work? A smile is just a click away. Meowser your browser!!

Meowser.me replaces all the images on a web page with photos of CATS!

Plus visit www.meowser.me to learn how you can add your own cat photos to our library. Your cat can be meowser'd all over the internet!                    

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

Tên MEOWSER.ME MEOWSER.ME
ID cpjfmcjkclaplkjecocopokgephfimnb
URL Chính Thức https://chrome.google.com/webstore/detail/meowserme/cpjfmcjkclaplkjecocopokgephfimnb
Mô tả Replaces all images on a given page with pictures of cats.
Kích Thước Tệp 33.16 KB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2014-03-02
Ngày Phát Hành 2014-03-02
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.meowser.me
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "heycat.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "MEOWSER.ME"
    },
    "description": "Replaces all images on a given page with pictures of cats.",
    "homepage_url": "http:\/\/www.meowser.me",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "MEOWSER.ME",
    "permissions": [
        "activeTab"
    ],
    "version": "2.1"
}