PFTV
Some tweaks to Project Free TV, like link highlighting, removing interstials, episode collapsing, and a little bit more
PFTV là gì?
PFTV là một tiện ích mở rộng Chrome được phát triển bởi http://blog.tankorsmash.com, và tính năng chính của nó là "Some tweaks to Project Free TV, like link highlighting, removing interstials, episode collapsing, and a little bit more".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PFTV
Tải xuống các tệp mở rộng PFTV 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
Throws some formatting on listings on http://www.free-tv-video-online.me/ NEW IN 0.4: Click to collapse episode list Shows episode descriptions NEW IN 0.3: Removes interstials! Fix url change from .me to .info. Fixed icons not loading. + It customizes the cell color depending on the rating, so the more green the listing, the higher rated it is. + Each link has a favicon, so you can better determine which site you'll be linked to, so you can avoid the slower ones + The existing 'fast', 'average' and 'slow' stream speeds have colors added.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | okbkpomkjleciefbommkbpigehmljjdf |
URL Chính Thức | https://chrome.google.com/webstore/detail/pftv/okbkpomkjleciefbommkbpigehmljjdf |
Mô tả | Some tweaks to Project Free TV, like link highlighting, removing interstials, episode collapsing, and a little bit more |
Kích Thước Tệp | 87.34 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2015-05-20 |
Ngày Phát Hành | 2015-05-20 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://blog.tankorsmash.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "scripts": [ "jquery-2.0.0.js", "granted_background.js" ] }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "granted.css" ], "js": [ "jquery-2.0.0.js", "granted.js" ], "matches": [ "http:\/\/*\/*" ] } ], "description": "Some tweaks to Project Free TV, like link highlighting, removing interstials, episode collapsing, and a little bit more", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQGNyWHLGrc5l5KF++SWvHzbJfotK2Mlc+DhAoPo2DN0wctTcmnxcTMck6msA92kE8gzYXsTxrfZFTePhVaPJgoqzVIntWFfL9AEmuuj3toCwhiIptUxfPqrxNQwzittvMXfSq2oavUjRgJLQODmYEicIK+Pz\/0DDuKDxoBOSDyT4EJFn+XWaNd7ZXnzLzfozVWgF56ofETtyV53hBxdjN2yAN354cvUAVgEGEpBpI9hgWV1G1lMBggL5JzAEyVZT6P21iTcuo19M61wwa2gJAF2dtkEnM2+J3TJCEDfrhmhFaAg9w3psLw6fqQi7p6UiSczHoaugTiOZs+TqMcqfQIDAQAB", "manifest_version": 2, "name": "PFTV", "permissions": [ "tabs", "http:\/\/*\/*", "history", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4" } |