FeedSpot Minimal
Maximize your reading area with this extension and remove ads
什么是FeedSpot Minimal?
FeedSpot Minimal是由Prashan Fernando开发的Chrome扩展程序,该扩展的主要功能是“Maximize your reading area with this extension and remove ads”。
扩展截图
下载FeedSpot Minimal扩展crx文件
下载FeedSpot Minimal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Maximize your reading area with this extension and remove ads
扩展基本信息
名称 | FeedSpot Minimal |
ID | dhjjageceimmgofhkplkbdjkfablfopa |
官方URL | https://chromewebstore.google.com/detail/feedspot-minimal/dhjjageceimmgofhkplkbdjkfablfopa |
简介 | Maximize your reading area with this extension and remove ads |
文件大小 | 36.06 KB |
安装次数 | 78 |
当前版本 | 1.0 |
更新时间 | 2014-02-04 |
上架时间 | 2014-02-03 |
评分 | 5.00/5 共1次评分 |
开发者 | Prashan Fernando |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FeedSpot Minimal", "description": "Maximize your reading area with this extension and remove ads", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*.feedspot.com\/*", "http:\/\/feedspot.com\/*", "https:\/\/*.feedspot.com\/*", "https:\/\/feedspot.com\/*" ], "js": [ "jquery-2.1.0.min.js", "script.min.js" ], "css": [ "minimal.min.css" ] } ] } |