Pray to Fart

Fun for the whole family

Qu'est-ce que Pray to Fart ?

Pray to Fart est une extension Chrome développée par mpr, et sa fonction principale est "Fun for the whole family".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pray to Fart

Téléchargez les fichiers d'extension Pray to Fart au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension changes the words pray, prayer, etc. on a web page to fart, farting, etc.  Great fun, especially on social media.                    

Informations de Base sur l'Extension

Nom Pray to Fart Pray to Fart
ID nicdgjjkneinkhodkcddlmlpffcbnamm
URL Officiel https://chromewebstore.google.com/detail/pray-to-fart/nicdgjjkneinkhodkcddlmlpffcbnamm
Description Fun for the whole family
Taille du Fichier 17.26 KB
Nombre d'Installations 36
Version Actuelle 1.0
Dernière Mise à Jour 2016-09-17
Date de Publication 2016-09-17
Développeur mpr
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pray to Fart",
    "version": "1.0",
    "description": "Fun for the whole family",
    "icons": {
        "16": "images\/iconsmall.png",
        "48": "images\/iconmed.png",
        "128": "images\/iconbig.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}