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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}