CSFD Search & Extensions
Simple search for CSFD.cz movie database and various extensions to the site.
CSFD Search & Extensions란 무엇입니까?
CSFD Search & Extensions은(는) Izzi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple search for CSFD.cz movie database and various extensions to the site."입니다.
확장 프로그램 스크린샷
CSFD Search & Extensions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Toto rozšírenie ponúka rýchle a jednoduché vyhľadávanie v databáze CSFD.cz a rozširuje funkcionalitu stránky. Vyhľadávať je možné jednoduchým označením textu a následným kliknutím na ikonu. Zoznam funkcionalít: - IMDB hodnotenie - Priemerné hodnotenie obľúbených užívateľov - Rok ukončenia seriálu - Originálny jazyk - YouTube trailer - Zoznam epizód seriálu - Vyhľadávanie torrentov - Vyhľadávanie tituliek - Odkaz na prechod na vrch stránky - CSFD odkaz na stránkach IMDB - Preview po prechode nad odkazom tvorcu - Preview po prechode nad odkazom filmu - Export užívateľských dát"
확장 프로그램 기본 정보
이름 | CSFD Search & Extensions |
ID | ookhejngpnlkejplknjeligcfnegimip |
공식 URL | https://chromewebstore.google.com/detail/csfd-search-extensions/ookhejngpnlkejplknjeligcfnegimip |
설명 | Simple search for CSFD.cz movie database and various extensions to the site. |
파일 크기 | 146 KB |
설치 횟수 | 1,020 |
현재 버전 | 7.0 |
최근 업데이트 | 2018-10-28 |
출시 날짜 | 2018-10-28 |
평점 | 4.82/5 총 33 개의 평점 |
개발자 | Izzi |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://csfd.tomizzi.com |
도움말 페이지 URL | http://csfd.tomizzi.com |
지원되는 언어 | en,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "manifest_version": 2, "version": "7.0", "icons": { "128": "img\/icon_128.png" }, "options_page": "options.html", "minimum_chrome_version": "28", "default_locale": "cs", "background": { "scripts": [ "js\/other\/background_scripts.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "css": [ "css\/style-csfd.css" ], "js": [ "js\/libs\/jquery.js", "js\/extras\/extras.js", "js\/extras\/extras_episodes.js", "js\/other\/helper.js" ], "matches": [ "http:\/\/www.csfd.cz\/film\/*", "https:\/\/www.csfd.cz\/film\/*" ] }, { "css": [ "css\/style-csfd.css", "css\/autocomplete.css" ], "js": [ "js\/libs\/jquery.js", "js\/libs\/jquery-ui.js", "js\/libs\/jquery.hoverIntent.minified.js", "js\/extras\/extras_tooltips.js", "js\/other\/helper.js", "js\/other\/autocomplete.js", "js\/enums\/cache_type.js" ], "matches": [ "http:\/\/www.csfd.cz\/*", "https:\/\/www.csfd.cz\/*" ] }, { "js": [ "js\/extras\/extras_export.js" ], "matches": [ "http:\/\/www.csfd.cz\/uzivatel\/*", "https:\/\/www.csfd.cz\/uzivatel\/*" ] }, { "js": [ "js\/other\/content_scripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "css": [ "css\/style-imdb.css" ], "js": [ "js\/libs\/jquery.js", "js\/extras\/extras_imdb.js", "js\/enums\/profile_type.js" ], "matches": [ "http:\/\/www.imdb.com\/*", "https:\/\/www.imdb.com\/*" ] } ], "web_accessible_resources": [ "img\/cc.gif", "img\/utorrent.jpg", "img\/up.png", "img\/csfd.png" ] } |