Pray to Fart
Fun for the whole family
什麼是Pray to Fart?
Pray to Fart是由mpr開發的Chrome擴展程式,該擴展的主要功能是“Fun for the whole family”。
擴展截圖
下載Pray to Fart擴展crx文件
下載Pray to Fart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension changes the words pray, prayer, etc. on a web page to fart, farting, etc. Great fun, especially on social media.
擴展基本資訊
名稱 | Pray to Fart |
ID | nicdgjjkneinkhodkcddlmlpffcbnamm |
官方網址 | https://chromewebstore.google.com/detail/pray-to-fart/nicdgjjkneinkhodkcddlmlpffcbnamm |
簡介 | Fun for the whole family |
檔案大小 | 17.26 KB |
安裝次數 | 36 |
目前版本 | 1.0 |
更新時間 | 2016-09-17 |
上架時間 | 2016-09-17 |
開發者 | mpr |
付費類型 | free |
支援的語言 | 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" } ] } |