Custom Fanart.tv
Adds functionality, customization, and bug fixes to fanart.tv.
Custom Fanart.tv란 무엇입니까?
Custom Fanart.tv은(는) Mordred에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds functionality, customization, and bug fixes to fanart.tv."입니다.
확장 프로그램 스크린샷
Custom Fanart.tv 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Custom Fanart.tv extension adds new functionality, some customization options and bug fixes to the fanart.tv website. It will hopefully provide the best possible fanart.tv experience. This script adds an option menu in the upper right of the toolbar which gives you access to the various options and features that the script includes. Features include: - Using Artist/Movie logos instead of text - Option to stop cdArt from spinning - Ability to hide unwanted image sections - Option to lazy load images on user image galleries - Collapse empty image sections - Search type can default to the type of page you are currently on - Click to zoom on activity feeds - Various bug fixes - Lots more!
확장 프로그램 기본 정보
이름 | |
ID | aphkfmggmfnafpjglcffibhhnnlpabpp |
공식 URL | https://chrome.google.com/webstore/detail/custom-fanarttv/aphkfmggmfnafpjglcffibhhnnlpabpp |
설명 | Adds functionality, customization, and bug fixes to fanart.tv. |
파일 크기 | 174 KB |
설치 횟수 | 44 |
현재 버전 | 0.6.5 |
최근 업데이트 | 2014-10-06 |
출시 날짜 | 2014-10-06 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | Mordred |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Fanart.tv", "short_name": "CustomFanart", "version": "0.6.5", "description": "Adds functionality, customization, and bug fixes to fanart.tv.", "icons": { "128": "icon.png" }, "content_scripts": [ { "css": [ "css\/custom_content.css", "fancybox\/jquery.fancybox.css" ], "matches": [ "https:\/\/forum.fanart.tv\/*", "https:\/\/fanart.tv\/*" ], "js": [ "js\/jquery.js", "js\/jquery.ba-dotimeout.js", "fancybox\/jquery.fancybox.js", "js\/fanart_content_script.js" ] } ], "permissions": [ "tabs", "https:\/\/fanart.tv\/*", "https:\/\/forum.fanart.tv\/*" ], "page_action": { "default_name": "Custom fanart.tv", "default_icon": "fanart.png", "default_popup": "popup.html" }, "manifest_version": 2, "web_accessible_resources": [ "images\/logo.png", "images\/checkbox.png", "fancybox\/blank.gif", "fancybox\/fancybox_loading.gif", "fancybox\/[email protected]", "fancybox\/fancybox_overlay.png", "fancybox\/fancybox_sprite.png", "fancybox\/[email protected]" ] } |