Franher.TV
Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV
什麼是Franher.TV?
Franher.TV是由http://www.franher.tv開發的Chrome擴展程式,該擴展的主要功能是“Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV”。
下載Franher.TV擴展crx文件
下載Franher.TV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV
擴展基本資訊
名稱 | |
ID | phefkildciodkjjnjhhiglcmodkfchei |
官方網址 | https://chrome.google.com/webstore/detail/franhertv/phefkildciodkjjnjhhiglcmodkfchei |
簡介 | Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV |
檔案大小 | 24.1 KB |
安裝次數 | 21 |
目前版本 | 2.1 |
更新時間 | 2012-10-09 |
上架時間 | 2012-10-09 |
開發者 | http://www.franher.tv |
付費類型 | free |
支援的語言 | es-419 |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Franher.TV", "version": "2.1", "description": "Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.ovfile.com\/*", "http:\/\/*.uploadc.com\/*", "http:\/\/*.filebox.com\/*", "http:\/\/*.videoweed.com\/*", "http:\/\/*.sockshare.com\/*", "http:\/\/*.bayfiles.com\/*", "http:\/\/*.franher.tv\/*", "http:\/\/*.putlocker.com\/*", "http:\/\/*.vidbux.com\/*", "http:\/\/*.vidxden.com\/*", "http:\/\/*.megaupload.com\/*", "http:\/\/*.hotfile.com\/*", "http:\/\/*.filesonic.com\/*", "http:\/\/*.bitshare.com\/*", "http:\/\/*.filefactory.com\/*", "http:\/\/*.mediafire.com\/*", "http:\/\/www.safelink-facebook.com\/movies\/*" ], "js": [ "go.js" ], "all_frames": true } ], "permissions": [ "http:\/\/www.ovfile.com\/", "http:\/\/www.uploadc.com\/", "http:\/\/www.filebox.com\/", "http:\/\/www.videoweed.com\/", "http:\/\/www.sockshare.com\/", "http:\/\/www.bayfiles.com\/", "http:\/\/www.franher.tv\/", "http:\/\/www.putlocker.com\/", "http:\/\/www.vidbux.com\/", "http:\/\/www.vidxden.com\/", "http:\/\/www.megaupload.com\/", "http:\/\/www.hotfile.com\/", "http:\/\/www.filesonic.com\/", "http:\/\/www.mediafire.com\/", "http:\/\/bitshare.com\/", "http:\/\/www.filefactory.com\/", "http:\/\/www.safelink-facebook.com\/movies\/" ] } |