TheLocal Unlimited

Read your favorite news for free.

TheLocal Unlimited란 무엇입니까?

TheLocal Unlimited은(는) Oussama K.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read your favorite news for free."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TheLocal Unlimited 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Read TheLocal articles for free without limits in any of TheLocal websites!

This tool helps you overcome the 3 articles/day per ip address limit on thelocal and allows you to read unlimited articles. Just install the extension, keep reading thelocal.de, thelocal.fr, etc.. No more action needed, everything is taken care of for you! :)

Please get in touch if you encounter any issue or see any room for improvement.

This extension is open-sourced here - https://github.com/oussa/thelocal-unlimited                    

확장 프로그램 기본 정보

이름 TheLocal Unlimited TheLocal Unlimited
ID mlcdacmojapdkafeeocjcnddfheledde
공식 URL https://chromewebstore.google.com/detail/thelocal-unlimited/mlcdacmojapdkafeeocjcnddfheledde
설명 Read your favorite news for free.
파일 크기 7.9 KB
설치 횟수 63
현재 버전 1.1.0
최근 업데이트 2021-12-26
출시 날짜 2021-06-29
평점 5.00/5 총 2 개의 평점
개발자 Oussama K.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/oussa/thelocal-unlimited
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Read your favorite news for free.",
    "manifest_version": 2,
    "name": "TheLocal Unlimited",
    "version": "1.1.0",
    "homepage_url": "https:\/\/github.com\/oussa\/thelocal-unlimited",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thelocal.at\/*",
                "*:\/\/*.thelocal.ch\/*",
                "*:\/\/*.thelocal.com\/*",
                "*:\/\/*.thelocal.de\/*",
                "*:\/\/*.thelocal.dk\/*",
                "*:\/\/*.thelocal.es\/*",
                "*:\/\/*.thelocal.fr\/*",
                "*:\/\/*.thelocal.it\/*",
                "*:\/\/*.thelocal.no\/*",
                "*:\/\/*.thelocal.se\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}