The Fast Mode RSS Reader

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

¿Qué es The Fast Mode RSS Reader?

The Fast Mode RSS Reader es una extensión de Chrome desarrollada por http://www.thefastmode.com, y su función principal es "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión The Fast Mode RSS Reader

Descarga archivos de extensión The Fast Mode RSS Reader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre The Fast Mode RSS Reader The Fast Mode RSS Reader
ID jkocfkhaglikmlcnhjbandkocbllnpfm
URL Oficial https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm
Descripción Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Tamaño del Archivo 634 KB
Cantidad de Instalaciones 209
Versión Actual 1.0.7
Última Actualización 2016-02-07
Fecha de Publicación 2016-02-07
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador http://www.thefastmode.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.thefastmode.com/
URL de la Página de Política de Privacidad http://www.thefastmode.com/website-privacy-policy
Idiomas Soportados 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"
    ]
}