Poopify!

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

Was ist Poopify!?

Poopify! ist eine Chrome-Erweiterung, die von Chris S. entwickelt wurde, und ihr Hauptmerkmal ist "If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.".

Erweiterungsscreenshots

screenshot

Poopify!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Poopify!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Class up a boring website with some exciting little poops!                    

Grundlegende Informationen zur Erweiterung

Name Poopify! Poopify!
ID gahlajlecbibcodipfoigpfjaflbdcop
Offizielle URL https://chromewebstore.google.com/detail/poopify/gahlajlecbibcodipfoigpfjaflbdcop
Beschreibung If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.
Dateigröße 10.73 KB
Installationsanzahl 249
Aktuelle Version 1.0
Letztes Update 2014-05-22
Veröffentlichungsdatum 2014-05-22
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler Chris S.
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}