lemonde.fr, free access to articles
This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.
lemonde.fr, free access to articles란 무엇입니까?
lemonde.fr, free access to articles은(는) jonathan.giamporcaro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension gives you a free access to the Zen mode of all articles on lemonde.fr website."입니다.
lemonde.fr, free access to articles 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Thanks to this extension, the articles reserved for the subscribers are accessible for free. No manipulation is necessary.
확장 프로그램 기본 정보
이름 | |
ID | nbeeecoedflkhbehemlbljgkdcmgpcdc |
공식 URL | https://chrome.google.com/webstore/detail/lemondefr-free-access-to/nbeeecoedflkhbehemlbljgkdcmgpcdc |
설명 | This extension gives you a free access to the Zen mode of all articles on lemonde.fr website. |
파일 크기 | 11.71 KB |
설치 횟수 | 144 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-05-22 |
출시 날짜 | 2017-05-22 |
평점 | 1.00/5 총 2 개의 평점 |
개발자 | jonathan.giamporcaro |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "lemonde.fr, free access to articles", "short_name": "lemonde hack", "description": "This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.", "version": "1.1", "version_name": "1.1, version stable", "offline_enabled": true, "icons": { "16": "icons\/icons16.png", "48": "icons\/icons48.png", "128": "icons\/icons128.png" }, "browser_action": { "default_title": "lemonde hack", "default_icon": { "19": "icons\/icons19.png", "38": "icons\/icons38.png" } }, "content_scripts": [ { "matches": [ "http:\/\/www.lemonde.fr\/*", "https:\/\/www.lemonde.fr\/*" ], "css": [ "main.css" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |