Netflix + CSFD
Netflix extension adds a button within each movie detail to show information about ČSFD rating...
Netflix + CSFD란 무엇입니까?
Netflix + CSFD은(는) bartholomej에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Netflix extension adds a button within each movie detail to show information about ČSFD rating..."입니다.
확장 프로그램 스크린샷
Netflix + CSFD 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple web extension for Netflix which adds a button within each movie detail to show information about ČSFD rating... This is unofficial, experimental, made for fun and it has nothing to do with Netflix and ČSFD ❤️ itself
확장 프로그램 기본 정보
이름 | Netflix + CSFD |
ID | eomgekccbddnlpmehgdjmlphndjgnlni |
공식 URL | https://chromewebstore.google.com/detail/netflix-+-csfd/eomgekccbddnlpmehgdjmlphndjgnlni |
설명 | Netflix extension adds a button within each movie detail to show information about ČSFD rating... |
파일 크기 | 133 KB |
설치 횟수 | 76 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2023-02-06 |
출시 날짜 | 2023-02-06 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | bartholomej |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/bartholomej/netflix-csfd-ext |
도움말 페이지 URL | https://github.com/bartholomej/netflix-csfd-ext/issues/ |
지원되는 언어 | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "netflix-csfd-ext", "author": "bartholomej", "icons": { "16": "src\/assets\/logo-16.png", "32": "src\/assets\/logo-32.png", "128": "src\/assets\/logo-128.png" }, "version": "0.0.1.0", "version_name": "0.0.1", "host_permissions": [ "https:\/\/www.csfd.cz\/" ], "content_scripts": [ { "js": [ "assets\/content.tsx-loader-62dafd0b.js" ], "run_at": "document_end", "matches": [ "https:\/\/www.netflix.com\/*" ], "css": [ "assets\/content-59a61083.css" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "manifest_version": 3, "permissions": [ "tabs" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "resources": [ "assets\/content.tsx-0048f7e8.js" ], "use_dynamic_url": true } ] } |