Poopify!

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

Hvad er Poopify!?

Poopify! er en Chrome-udvidelse udviklet af Chris S., og dens hovedfunktion er "If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Poopify!-udvidelses-CRX-fil

Download Poopify!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Class up a boring website with some exciting little poops!                    

Grundlæggende oplysninger om udvidelsen

Navn Poopify! Poopify!
ID gahlajlecbibcodipfoigpfjaflbdcop
Officiel URL https://chromewebstore.google.com/detail/poopify/gahlajlecbibcodipfoigpfjaflbdcop
Beskrivelse If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.
Filstørrelse 10.73 KB
Antal Installationer 249
Nuværende Version 1.0
Senest Opdateret 2014-05-22
Udgivelsesdato 2014-05-22
Bedømmelse 4.50/5 Samlet 4 Bedømmelser
Udvikler Chris S.
Betalingsmetode free
Understøttede Sprog 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"
    ]
}