Google News No Top Stories

Removes Top Stories from Google News

Co je Google News No Top Stories?

Google News No Top Stories je rozšíření Chrome vyvinuté robnield, a jeho hlavní funkcí je „Removes Top Stories from Google News“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google News No Top Stories

Stáhněte si soubory rozšíření Google News No Top Stories ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Simple extension to remove Google New's Top Stories section.                    

Základní Informace o Rozšíření

Název Google News No Top Stories Google News No Top Stories
ID oikdcblndphhmpmillphjmdpgkghcolc
Oficiální URL https://chrome.google.com/webstore/detail/google-news-no-top-storie/oikdcblndphhmpmillphjmdpgkghcolc
Popis Removes Top Stories from Google News
Velikost souboru 35.21 KB
Počet instalací 32
Aktuální Verze 1.1
Poslední Aktualizace 2016-08-17
Datum Vydání 2016-08-17
Hodnocení 2.63/5 Celkem 8 Hodnocení
Vývojář robnield
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google News No Top Stories",
    "description": "Removes Top Stories from Google News",
    "version": "1.1",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Remove Google News Top Stories"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.google.com\/*",
                "http:\/\/news.google.com\/*"
            ],
            "js": [
                "google_cs.js",
                "jquery.min.js"
            ],
            "css": [
                "google_cs.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/news.google.com\/*",
        "https:\/\/news.google.com\/*"
    ]
}