The Fast Mode RSS Reader

Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.

What is The Fast Mode RSS Reader?

The Fast Mode RSS Reader is a Chrome extension developed by http://www.thefastmode.com, and its main feature is "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".

Extension Screenshots

screenshot
screenshot

Download The Fast Mode RSS Reader Extension CRX File

Download The Fast Mode 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

                        Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.                    

Extension Basic Information

Name The Fast Mode RSS Reader The Fast Mode RSS Reader
ID jkocfkhaglikmlcnhjbandkocbllnpfm
Official URL https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm
Description Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
File Size 634 KB
Installation Count 209
Current Version 1.0.7
Last Updated 2016-02-07
Publish Date 2016-02-07
Rating 5.00/5 Total 6 Ratings
Developer http://www.thefastmode.com
Email [email protected]
Payment Type free
Extension Website http://www.thefastmode.com/
Privacy Policy Page URL http://www.thefastmode.com/website-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Fast Mode RSS Reader",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/xslt.alexa.com http:\/\/www.thefastmode.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "*:\/\/*.google.com\/",
        "notifications",
        "storage",
        "webRequest"
    ],
    "omnibox": {
        "keyword": "the fast mode"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "The Fast Mode",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}