WarrantyNowVoid's PoopGuy

Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.

WarrantyNowVoid's PoopGuy là gì?

WarrantyNowVoid's PoopGuy là một tiện ích mở rộng Chrome được phát triển bởi http://warrantynowvoid.com, và tính năng chính của nó là "Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WarrantyNowVoid's PoopGuy

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

                        Have you ever been on a website and thought, "boy this site would be better if I could take a giant poop right on top of it"? Well, friend, worry no more. Warranty Now Void's Board Of Novel Experimentation & Research Studies has developed just the solution you need.                    

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

Tên WarrantyNowVoid's PoopGuy WarrantyNowVoid's PoopGuy
ID linkbhnfbppadaeohnhbnlnkggaogonk
URL Chính Thức https://chrome.google.com/webstore/detail/warrantynowvoids-poopguy/linkbhnfbppadaeohnhbnlnkggaogonk
Mô tả Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.
Kích Thước Tệp 57.38 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-12-23
Ngày Phát Hành 2013-12-23
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://warrantynowvoid.com
Loại Thanh Toán in_app
Trang Web Mở Rộng http://warrantynowvoid.com/post/0db6a
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WarrantyNowVoid's PoopGuy",
    "short_name": "WNV PoopGuy",
    "author": "pope@WarrantyNowVoid",
    "description": "Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.",
    "homepage_url": "http:\/\/warrantynowvoid.com\/post\/0db6a",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/warrantynowvoid.com\/",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "poopguy.css"
            ],
            "js": [
                "jquery.js",
                "poopguy.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "poopguy_events.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "poopguy"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Engage PoopGuy"
    }
}