The Fast Mode RSS Reader

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

Cos'è The Fast Mode RSS Reader?

The Fast Mode RSS Reader è un'estensione di Chrome sviluppata da http://www.thefastmode.com, e la sua funzione principale è "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione The Fast Mode RSS Reader

Scarica i file di estensione The Fast Mode RSS Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome The Fast Mode RSS Reader The Fast Mode RSS Reader
ID jkocfkhaglikmlcnhjbandkocbllnpfm
URL Ufficiale https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm
Descrizione Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Dimensione del File 634 KB
Conteggio Installazioni 209
Versione Corrente 1.0.7
Ultimo Aggiornamento 2016-02-07
Data di Pubblicazione 2016-02-07
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore http://www.thefastmode.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.thefastmode.com/
URL della Pagina della Politica sulla Privacy http://www.thefastmode.com/website-privacy-policy
Lingue Supportate 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"
    ]
}