The Fast Mode RSS Reader

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

Co to jest The Fast Mode RSS Reader?

The Fast Mode RSS Reader to rozszerzenie Chrome opracowane przez http://www.thefastmode.com, a jego główną funkcją jest „Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia The Fast Mode RSS Reader

Pobierz pliki rozszerzeń The Fast Mode RSS Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa The Fast Mode RSS Reader The Fast Mode RSS Reader
ID jkocfkhaglikmlcnhjbandkocbllnpfm
Oficjalny URL https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm
Opis Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Rozmiar pliku 634 KB
Liczba instalacji 209
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2016-02-07
Data Publikacji 2016-02-07
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper http://www.thefastmode.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.thefastmode.com/
Adres URL Strony Polityki Prywatności http://www.thefastmode.com/website-privacy-policy
Obsługiwane Języki 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"
    ]
}