Pray to Fart
Fun for the whole family
Apa itu Pray to Fart?
Pray to Fart adalah ekstensi Chrome yang dikembangkan oleh mpr, dan fitur utamanya adalah "Fun for the whole family".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pray to Fart
Unduh file ekstensi Pray to Fart dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension changes the words pray, prayer, etc. on a web page to fart, farting, etc. Great fun, especially on social media.
Informasi Dasar Ekstensi
Nama | Pray to Fart |
ID | nicdgjjkneinkhodkcddlmlpffcbnamm |
URL Resmi | https://chromewebstore.google.com/detail/pray-to-fart/nicdgjjkneinkhodkcddlmlpffcbnamm |
Deskripsi | Fun for the whole family |
Ukuran File | 17.26 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-09-17 |
Tanggal Publikasi | 2016-09-17 |
Pengembang | mpr |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |