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คืออะไร?

Royal Baby Catifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jordanrs2k1 และคุณลักษณะหลักของมันคือ "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Royal Baby Catifier

ดาวน์โหลดไฟล์ส่วนขยาย Royal Baby Catifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Royal Baby Catifier Royal Baby Catifier
ID adjameoabcmbdobiafhhoclndepibfno
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno
คำอธิบาย Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
ขนาดไฟล์ 97.23 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2013-07-22
วันที่เผยแพร่ 2013-07-22
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jordanrs2k1
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}