Franher.TV
Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV
What is Franher.TV?
Franher.TV is a Chrome extension developed by http://www.franher.tv, and its main feature is "Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV".
Download Franher.TV Extension CRX File
Download Franher.TV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV
Extension Basic Information
Name | |
ID | phefkildciodkjjnjhhiglcmodkfchei |
Official URL | https://chrome.google.com/webstore/detail/franhertv/phefkildciodkjjnjhhiglcmodkfchei |
Description | Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV |
File Size | 24.1 KB |
Installation Count | 21 |
Current Version | 2.1 |
Last Updated | 2012-10-09 |
Publish Date | 2012-10-09 |
Developer | http://www.franher.tv |
Payment Type | free |
Supported Languages | 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\/" ] } |