Pray to Fart
Fun for the whole family
Cos'è Pray to Fart?
Pray to Fart è un'estensione di Chrome sviluppata da mpr, e la sua funzione principale è "Fun for the whole family".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pray to Fart
Scarica i file di estensione Pray to Fart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension changes the words pray, prayer, etc. on a web page to fart, farting, etc. Great fun, especially on social media.
Informazioni di Base sull'Estensione
Nome | Pray to Fart |
ID | nicdgjjkneinkhodkcddlmlpffcbnamm |
URL Ufficiale | https://chromewebstore.google.com/detail/pray-to-fart/nicdgjjkneinkhodkcddlmlpffcbnamm |
Descrizione | Fun for the whole family |
Dimensione del File | 17.26 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-09-17 |
Data di Pubblicazione | 2016-09-17 |
Sviluppatore | mpr |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |