DogeGuard

This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.

DogeGuardคืออะไร?

DogeGuard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alex.j.herdzik และคุณลักษณะหลักของมันคือ "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua."

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

screenshot

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

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

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

                        Slight variation on a sample app, in which everything hosted on cheezburger.com is replaced by a silly picture of a chihuahua I found on tumblr.                    

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

ชื่อ DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
คำอธิบาย This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
ขนาดไฟล์ 8.48 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-12-12
วันที่เผยแพร่ 2014-12-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา alex.j.herdzik
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
URL หน้าช่วยเหลือ https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DogeGuard",
    "description": "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "triggerGuard.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}