No 'More' Yahoo!

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

Apa itu No 'More' Yahoo!?

No 'More' Yahoo! adalah ekstensi Chrome yang dikembangkan oleh Mingyi Liu, dan fitur utamanya adalah "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.".

Unduh Berkas CRX Ekstensi No 'More' Yahoo!

Unduh file ekstensi No 'More' Yahoo! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama No 'More' Yahoo! No 'More' Yahoo!
ID ffaekjgjkmoggbcpminlabhekpdadagl
URL Resmi https://chromewebstore.google.com/detail/no-more-yahoo/ffaekjgjkmoggbcpminlabhekpdadagl
Deskripsi Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.
Ukuran File 3.85 KB
Jumlah Instalasi 24
Versi Saat Ini 0.11
Terakhir Diperbarui 2016-10-12
Tanggal Publikasi 2016-10-11
Pengembang Mingyi Liu
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}