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 |
官方URL | 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" } ] } |