FartBook
FartBook enhances your Facebook experience by farting every time you like something.
什么是FartBook?
FartBook是由http://tristinforbus.com开发的Chrome扩展程序,该扩展的主要功能是“FartBook enhances your Facebook experience by farting every time you like something.”。
下载FartBook扩展crx文件
下载FartBook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FartBook enhances your Facebook experience by farting every time you like something. Thank you for these great reviews: "Polite... mature... exquisite" "Wonderful... incredible... a true joy" I never thought farts could be so life changing.
扩展基本信息
名称 | |
ID | eedmbfhophbmmfplnkknhpppeepjadea |
官方URL | https://chrome.google.com/webstore/detail/fartbook/eedmbfhophbmmfplnkknhpppeepjadea |
简介 | FartBook enhances your Facebook experience by farting every time you like something. |
文件大小 | 110 KB |
安装次数 | 46 |
当前版本 | 1.0.0 |
更新时间 | 2014-10-14 |
上架时间 | 2014-10-14 |
评分 | 3.50/5 共2次评分 |
开发者 | http://tristinforbus.com |
付费类型 | free |
扩展官网 | http://tristinforbus.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FartBook", "version": "1.0.0", "manifest_version": 2, "description": "FartBook enhances your Facebook experience by farting every time you like something.", "homepage_url": "http:\/\/whattheforbus.com", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [], "default_locale": "en", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "FartBook", "default_popup": "page_action\/page_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/script.js" ] } ], "background": { "scripts": [ "bg\/background.js" ], "persistent": false } } |