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 |
公式URL | 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\/" ] } |