Poopify!

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

Poopify! क्या है?

Poopify! Chris S. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "If you don't think poo is hilarious, I'm sorry that your sense of humor is defective."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Poopify! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}