WarrantyNowVoid's PoopGuy

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

什么是WarrantyNowVoid's PoopGuy?

WarrantyNowVoid's PoopGuy是由http://warrantynowvoid.com开发的Chrome扩展程序,该扩展的主要功能是“Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载WarrantyNowVoid's PoopGuy扩展crx文件

下载WarrantyNowVoid's PoopGuy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 WarrantyNowVoid's PoopGuy WarrantyNowVoid's PoopGuy
ID linkbhnfbppadaeohnhbnlnkggaogonk
官方URL https://chrome.google.com/webstore/detail/warrantynowvoids-poopguy/linkbhnfbppadaeohnhbnlnkggaogonk
简介 Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.
文件大小 57.38 KB
安装次数 13
当前版本 1.1
更新时间 2013-12-23
上架时间 2013-12-23
评分 4.78/5 共9次评分
开发者 http://warrantynowvoid.com
付费类型 in_app
扩展官网 http://warrantynowvoid.com/post/0db6a
支持的语言 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"
    }
}