Poop Recipes

Turns your recipe websites into something... crappy.

Poop Recipes क्या है?

Poop Recipes joshuakgoldbergdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turns your recipe websites into something... crappy."।

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

screenshot

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

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

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

                        Don't bother with those boring old recipe ingredients! Poop Recipes changes them all to variants of fecal matter on your pages so you'll never have a boring, non-poopified meal again.

Full list of websites supported are:
* AllRecipes.com
* Chow.com
* Cooks.com
* EatingWell.com
* Epicurious.com
* Food.com
* FoodNetwork.com
* KraftREcipes.com
* MyRecipes.com
* SimplyRecipes.com
* TheKitchn.com
* Yummly.com                    

एक्सटेंशन की मूल जानकारी

नाम Poop Recipes Poop Recipes
ID bpcnpkeiadneccmlcffbdfffhmlcpnpo
आधिकारिक URL https://chrome.google.com/webstore/detail/poop-recipes/bpcnpkeiadneccmlcffbdfffhmlcpnpo
विवरण Turns your recipe websites into something... crappy.
फ़ाइल का आकार 94.19 KB
स्थापना संख्या 129
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-11-16
प्रकाशन तिथि 2014-11-16
रेटिंग 2.78/5 कुल 9 रेटिंग्स
डेवलपर joshuakgoldbergdev
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Poop Recipes",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Turns your recipe websites into something... crappy.",
    "icons": {
        "16": "Icon\/Icon16.png",
        "64": "Icon\/Icon64.png",
        "128": "Icon\/Icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "PoopRecipes.js"
            ]
        },
        {
            "matches": [
                "http:\/\/allrecipes.com\/*",
                "https:\/\/allrecipes.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "AllRecipes.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.foodnetwork.com\/*",
                "https:\/\/www.foodnetwork.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "FoodNetwork.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.thekitchn.com\/*",
                "https:\/\/www.thekitchn.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "TheKitchn.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.yummly.com\/*",
                "https:\/\/www.yummly.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "Yummly.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.chow.com\/*",
                "https:\/\/www.chow.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "Chow.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.epicurious.com\/*",
                "https:\/\/www.epicurious.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "Epicurious.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.simplyrecipes.com\/*",
                "https:\/\/www.simplyrecipes.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "SimplyRecipes.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.myrecipes.com\/*",
                "https:\/\/www.myrecipes.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "MyRecipes.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.eatingwell.com\/*",
                "https:\/\/www.eatingwell.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "EatingWell.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.cooks.com\/*",
                "https:\/\/www.cooks.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "Cooks.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.kraftrecipes.com\/*",
                "https:\/\/www.kraftrecipes.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "KraftRecipes.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}