Mean facebook
This replaces emojis on your facebook with some juicy swearwords. Use responsibly!
什么是Mean facebook?
Mean facebook是由jan.jakub.nanista开发的Chrome扩展程序,该扩展的主要功能是“This replaces emojis on your facebook with some juicy swearwords. Use responsibly!”。
下载Mean facebook扩展crx文件
下载Mean facebook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | eakcbdcbnjcglpmenenmpmlnglbbkjol |
官方URL | https://chrome.google.com/webstore/detail/mean-facebook/eakcbdcbnjcglpmenenmpmlnglbbkjol |
简介 | This replaces emojis on your facebook with some juicy swearwords. Use responsibly! |
文件大小 | 448 KB |
安装次数 | 185 |
当前版本 | 1.0.13 |
更新时间 | 2017-01-23 |
上架时间 | 2017-01-23 |
评分 | 5.00/5 共33次评分 |
开发者 | jan.jakub.nanista |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,sk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.13", "icons": { "128": "img\/icon-128.png", "48": "img\/icon-48.png", "16": "img\/icon-16.png" }, "browser_action": { "default_icon": "img\/icon-19.png", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/contentscript.js" ] } ], "permissions": [ "storage" ] } |