Royal Baby Catifier

Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat

Royal Baby Catifier là gì?

Royal Baby Catifier là một tiện ích mở rộng Chrome được phát triển bởi jordanrs2k1, và tính năng chính của nó là "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat".

Ả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 Royal Baby Catifier

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

                        Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat                    

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

Tên Royal Baby Catifier Royal Baby Catifier
ID adjameoabcmbdobiafhhoclndepibfno
URL Chính Thức https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno
Mô tả Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Kích Thước Tệp 97.23 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-07-22
Ngày Phát Hành 2013-07-22
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jordanrs2k1
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Royal Baby Catifier",
    "description": "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat",
    "version": "0.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/caticon16.png",
        "48": "icons\/caticon48.png",
        "128": "icons\/caticon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/royalBabdyCatifier.js"
            ]
        }
    ]
}