Make News Funny
Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/
什么是Make News Funny?
Make News Funny是由Vishwajeet Vatharkar开发的Chrome扩展程序,该扩展的主要功能是“Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/”。
扩展截图
下载Make News Funny扩展crx文件
下载Make News Funny扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Want to have some fun while reading good-old news?
Try this!
It replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/ 扩展基本信息
| 名称 | |
| ID | edcllekllfpikjpgklmlklkmmodbelid |
| 官方URL | https://chromewebstore.google.com/detail/make-news-funny/edcllekllfpikjpgklmlklkmmodbelid |
| 简介 | Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/ |
| 文件大小 | 4.4 KB |
| 安装次数 | 15 |
| 当前版本 | 3.0 |
| 更新时间 | 2016-05-22 |
| 上架时间 | 2016-05-22 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Vishwajeet Vatharkar |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/vishwajeetv/Make-News-Funny |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Make News Funny",
"version": "3.0",
"description": "Replaces text on websites to funnier versions. See http:\/\/xkcd.com\/1288\/ , http:\/\/xkcd.com\/1625\/ & https:\/\/xkcd.com\/1679\/",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |