DogeGuard

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

DogeGuard là gì?

DogeGuard là một tiện ích mở rộng Chrome được phát triển bởi alex.j.herdzik, và tính năng chính của nó là "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.".

Ả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 DogeGuard

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

                        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.                    

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

Tên DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
URL Chính Thức https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
Mô tả This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
Kích Thước Tệp 8.48 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-12-12
Ngày Phát Hành 2014-12-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển alex.j.herdzik
Loại Thanh Toán free
Trang Web Mở Rộng https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
URL Trang Trợ Giúp https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}