FeedSpot Minimal
Maximize your reading area with this extension and remove ads
What is FeedSpot Minimal?
FeedSpot Minimal is a Chrome extension developed by Prashan Fernando, and its main feature is "Maximize your reading area with this extension and remove ads".
Extension Screenshots
Download FeedSpot Minimal Extension CRX File
Download FeedSpot Minimal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Maximize your reading area with this extension and remove ads
Extension Basic Information
Name | FeedSpot Minimal |
ID | dhjjageceimmgofhkplkbdjkfablfopa |
Official URL | https://chromewebstore.google.com/detail/feedspot-minimal/dhjjageceimmgofhkplkbdjkfablfopa |
Description | Maximize your reading area with this extension and remove ads |
File Size | 36.06 KB |
Installation Count | 78 |
Current Version | 1.0 |
Last Updated | 2014-02-04 |
Publish Date | 2014-02-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Prashan Fernando |
Payment Type | free |
Supported Languages | 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" ] } ] } |