Figaro Unlock
Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express
Figaro Unlock란 무엇입니까?
Figaro Unlock은(는) martin.smeeckaert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express"입니다.
확장 프로그램 스크린샷
Figaro Unlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express Sources: https://github.com/smeeckaert/figaro-unlock
확장 프로그램 기본 정보
이름 | Figaro Unlock |
ID | fbjlodckbpladpnhodndlcagnnedomgn |
공식 URL | https://chromewebstore.google.com/detail/figaro-unlock/fbjlodckbpladpnhodndlcagnnedomgn |
설명 | Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express |
파일 크기 | 102 KB |
설치 횟수 | 72 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2016-11-28 |
출시 날짜 | 2016-11-28 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | martin.smeeckaert |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/smeeckaert/figaro-unlock |
도움말 페이지 URL | https://github.com/smeeckaert/figaro-unlock/issues |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Figaro Unlock", "description": "Enleve les bannieres anti bloqueur de publicite du Figaro \/ Le Point \/ Marie Claire \/ L'Equipe \/ L'Express", "version": "1.0.2", "icons": { "16": "data\/images\/icon-16.png", "48": "data\/images\/icon-48.png", "128": "data\/images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.lefigaro.fr\/*", "https:\/\/*.lefigaro.fr\/*", "http:\/\/*.lepoint.fr\/*", "https:\/\/*.lepoint.fr\/*", "http:\/\/*.marieclaire.fr\/*", "https:\/\/*.marieclaire.fr\/*", "http:\/\/*.lequipe.fr\/*", "https:\/\/*.lequipe.fr\/*", "http:\/\/*.lexpress.fr\/*", "https:\/\/*.lexpress.fr\/*" ], "css": [ "data\/style\/content.css" ], "js": [ "data\/script\/content.js" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*.lefigaro.fr\/*", "https:\/\/*.lefigaro.fr\/*", "http:\/\/*.lepoint.fr\/*", "https:\/\/*.lepoint.fr\/*", "http:\/\/*.marieclaire.fr\/*", "https:\/\/*.marieclaire.fr\/*", "http:\/\/*.lequipe.fr\/*", "https:\/\/*.lequipe.fr\/*", "http:\/\/*.lexpress.fr\/*", "https:\/\/*.lexpress.fr\/*" ] } |