Reddit News Fixer
Fixes Reddit News Subreddit Names
什么是Reddit News Fixer?
Reddit News Fixer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Fixes Reddit News Subreddit Names”。
扩展截图
下载Reddit News Fixer扩展crx文件
下载Reddit News Fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Still subscribed to r/news and r/worldnews?
Surf in smug style with this more truthful helper for renaming the links to those subreddits. 扩展基本信息
| 名称 | |
| ID | olhjigkfnlocckgkfhgikjejjcdipgcp |
| 官方URL | https://chromewebstore.google.com/detail/reddit-news-fixer/olhjigkfnlocckgkfhgikjejjcdipgcp |
| 简介 | Fixes Reddit News Subreddit Names |
| 文件大小 | 55.02 KB |
| 安装次数 | 12 |
| 当前版本 | 1.1 |
| 更新时间 | 2014-02-12 |
| 上架时间 | 2014-02-12 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reddit News Fixer",
"version": "1.1",
"description": "Fixes Reddit News Subreddit Names",
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"default_icon": "icon-19.png",
"default_title": "News Subreddits Fixed!"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.reddit.com\/*",
"https:\/\/*.reddit.com\/*"
],
"js": [
"jquery.min.js",
"contentscript.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |