Poopify!

If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.

什么是Poopify!?

Poopify!是由Chris S.开发的Chrome扩展程序,该扩展的主要功能是“If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.”。

扩展截图

screenshot

下载Poopify!扩展crx文件

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

扩展使用说明

                        Class up a boring website with some exciting little poops!                    

扩展基本信息

名称 Poopify! Poopify!
ID gahlajlecbibcodipfoigpfjaflbdcop
官方URL https://chromewebstore.google.com/detail/poopify/gahlajlecbibcodipfoigpfjaflbdcop
简介 If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.
文件大小 10.73 KB
安装次数 249
当前版本 1.0
更新时间 2014-05-22
上架时间 2014-05-22
评分 4.50/5 共4次评分
开发者 Chris S.
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poopify!",
    "description": "If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "poopify.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "poo_icon.png",
        "default_title": "TAKE A POO ON THIS PAGE"
    },
    "web_accessible_resources": [
        "pile_of_poo.png"
    ]
}