RSS Reader
RSS reader Feedmee.ru
What is RSS Reader?
RSS Reader is a Chrome extension developed by Astaffy.com, and its main feature is "RSS reader Feedmee.ru".
Extension Screenshots
Download RSS Reader Extension CRX File
Download RSS Reader 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
Удобный и простой в обращении RSS reader, выполненый в плоском стиле, поможет вам оставаться в курсе всех самых свежих новостей.
Extension Basic Information
Name | RSS Reader |
ID | eeapmehbjmpcahmipcacolhecckkmage |
Official URL | https://chromewebstore.google.com/detail/rss-reader/eeapmehbjmpcahmipcacolhecckkmage |
Description | RSS reader Feedmee.ru |
File Size | 725 KB |
Installation Count | 170 |
Current Version | 1.1 |
Last Updated | 2014-08-06 |
Publish Date | 2014-08-06 |
Rating | 4.00/5 Total 6 Ratings |
Developer | Astaffy.com |
Payment Type | free |
Extension Website | http://feedmee.ru |
Supported Languages | de,en,no,tr,es,pl,sk,fi,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RSS Reader", "short_name": "Feedmee", "description": "RSS reader Feedmee.ru", "version": "1.1", "default_locale": "ru", "background": { "scripts": [ "lingua.js", "jquery-2.0.3.min.js", "base64.js", "background.js" ] }, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "blacknwhite.png", "name": "RSS", "default_popup": "popup.html" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "unlimitedStorage", "management", "notifications" ], "content_scripts": [ { "js": [ "doc_start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "subscribe.html", "loading-bar.gif", "16x16.png" ] } |