South China Morning Post Plus

Ad free SCMP News site

South China Morning Post Plus là gì?

South China Morning Post Plus là một tiện ích mở rộng Chrome được phát triển bởi rajesh64727, và tính năng chính của nó là "Ad free SCMP News site".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng South China Morning Post Plus

Tải xuống các tệp mở rộng South China Morning Post Plus 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

                        Read https://www.scmp.com/ without ads and article limits                    

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

Tên South China Morning Post Plus South China Morning Post Plus
ID jelancbocliolndkmbioeaimlffhknnd
URL Chính Thức https://chromewebstore.google.com/detail/south-china-morning-post/jelancbocliolndkmbioeaimlffhknnd
Mô tả Ad free SCMP News site
Kích Thước Tệp 13.37 KB
Số Lần Cài Đặt 234
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-09-24
Ngày Phát Hành 2020-09-23
Nhà Phát Triển rajesh64727
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rajesh64727.github.io
URL Trang Chính Sách Bảo Mật https://rajesh64727.github.io/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "South China Morning Post Plus",
    "version": "1.0.0",
    "description": "Ad free SCMP News site",
    "browser_action": {
        "default_icon": {
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "128": "images\/icon_128.png",
        "64": "images\/icon_64.png"
    },
    "permissions": [
        "https:\/\/www.scmp.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.scmp.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "author": "Rajesh Kumar [email protected]"
}