Pray to Fart
Fun for the whole family
Wat is Pray to Fart?
Pray to Fart is een Chrome-extensie ontwikkeld door mpr, en de belangrijkste functie is "Fun for the whole family".
Extensie Screenshots
Download het CRX-bestand van de extensie Pray to Fart
Download Pray to Fart-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension changes the words pray, prayer, etc. on a web page to fart, farting, etc. Great fun, especially on social media. Basisinformatie over de Extensie
| Naam | |
| ID | nicdgjjkneinkhodkcddlmlpffcbnamm |
| Officiële URL | https://chromewebstore.google.com/detail/pray-to-fart/nicdgjjkneinkhodkcddlmlpffcbnamm |
| Beschrijving | Fun for the whole family |
| Bestandsgrootte | 17.26 KB |
| Aantal Installaties | 36 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-09-17 |
| Publicatiedatum | 2016-09-17 |
| Ontwikkelaar | mpr |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |