Google News No Top Stories

Removes Top Stories from Google News

Google News No Top Stories là gì?

Google News No Top Stories là một tiện ích mở rộng Chrome được phát triển bởi robnield, và tính năng chính của nó là "Removes Top Stories from Google News".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google News No Top Stories

Tải xuống các tệp mở rộng Google News No Top Stories dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google News No Top Stories Google News No Top Stories
ID oikdcblndphhmpmillphjmdpgkghcolc
URL Chính Thức https://chrome.google.com/webstore/detail/google-news-no-top-storie/oikdcblndphhmpmillphjmdpgkghcolc
Mô tả Removes Top Stories from Google News
Kích Thước Tệp 35.21 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-08-17
Ngày Phát Hành 2016-08-17
Đánh Giá 2.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển robnield
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}