Custom Fanart.tv

Adds functionality, customization, and bug fixes to fanart.tv.

Custom Fanart.tv là gì?

Custom Fanart.tv là một tiện ích mở rộng Chrome được phát triển bởi Mordred, và tính năng chính của nó là "Adds functionality, customization, and bug fixes to fanart.tv.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom Fanart.tv

Tải xuống các tệp mở rộng Custom Fanart.tv dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom Fanart.tv Custom Fanart.tv
ID aphkfmggmfnafpjglcffibhhnnlpabpp
URL Chính Thức https://chrome.google.com/webstore/detail/custom-fanarttv/aphkfmggmfnafpjglcffibhhnnlpabpp
Mô tả Adds functionality, customization, and bug fixes to fanart.tv.
Kích Thước Tệp 174 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.6.5
Cập Nhật Lần Cuối 2014-10-06
Ngày Phát Hành 2014-10-06
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Mordred
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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]"
    ]
}