No 'More' Yahoo!

Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.

Was ist No 'More' Yahoo!?

No 'More' Yahoo! ist eine Chrome-Erweiterung, die von Mingyi Liu entwickelt wurde, und ihr Hauptmerkmal ist "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.".

No 'More' Yahoo!-Erweiterungs-CRX-Datei herunterladen

Laden Sie No 'More' Yahoo!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Directly opens external links on Yahoo main page (http://www.yahoo.com) in a new tab, without having to load the one-paragraph Yahoo popup just to click the 'Read More' button to get to the actual external article. 

Note: this only works on Yahoo main page (www.yahoo.com), not the subdomains like finance.yahoo.com.                    

Grundlegende Informationen zur Erweiterung

Name No 'More' Yahoo! No 'More' Yahoo!
ID ffaekjgjkmoggbcpminlabhekpdadagl
Offizielle URL https://chromewebstore.google.com/detail/no-more-yahoo/ffaekjgjkmoggbcpminlabhekpdadagl
Beschreibung Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.
Dateigröße 3.85 KB
Installationsanzahl 24
Aktuelle Version 0.11
Letztes Update 2016-10-12
Veröffentlichungsdatum 2016-10-11
Entwickler Mingyi Liu
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No 'More' Yahoo!",
    "version": "0.11",
    "description": "Directly opens external links on Yahoo main page (http:\/\/www.yahoo.com) in new tab without clicking the 'Read More' button.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.yahoo.com\/"
            ],
            "js": [
                "extract.js"
            ]
        }
    ]
}