Let Me Read That Article

Read that article you've always wanted

什么是Let Me Read That Article?

Let Me Read That Article是由https://craig1123.github.io开发的Chrome扩展程序,该扩展的主要功能是“Read that article you've always wanted”。

扩展截图

screenshot
screenshot
screenshot

下载Let Me Read That Article扩展crx文件

下载Let Me Read That Article扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Do you hate it when you want to read an article ad free, but the website says, "looks like you're using an ad-blocker"? Or when you have a limited number of reads on a news website until you have to subscribe? Same here, so here's an extension that will intercept those annoying popups and let you read that article.


There are millions of websites and it's impossible to know them all. So if you have any other website that needs bypassing, please let me know in the support section.                    

扩展基本信息

名称 Let Me Read That Article Let Me Read That Article
ID bmdnpacffafhifoibkeajbacaapgcoih
官方URL https://chromewebstore.google.com/detail/let-me-read-that-article/bmdnpacffafhifoibkeajbacaapgcoih
简介 Read that article you've always wanted
文件大小 19.15 KB
安装次数 3,925
当前版本 1.7
更新时间 2021-09-14
上架时间 2018-12-01
评分 2.64/5 共14次评分
开发者 https://craig1123.github.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://craig1123.github.io/let-me-read-that-article/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Craig Walker",
    "manifest_version": 2,
    "name": "Let Me Read That Article",
    "short_name": "LMRTA",
    "description": "Read that article you've always wanted",
    "version": "1.7",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.businessinsider.com\/*",
                "https:\/\/www.sltrib.com\/*",
                "https:\/\/www.nytimes.com\/*",
                "https:\/\/www.medium.com\/*",
                "https:\/\/medium.com\/*",
                "https:\/\/www.cnbc.com\/*",
                "https:\/\/www.bloomberg.com\/*",
                "https:\/\/www.telegraph.co.uk\/*",
                "https:\/\/www.sfchronicle.com\/*",
                "https:\/\/heraldcourier.com\/*",
                "https:\/\/www.orlandosentinel.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "cookies"
    ]
}