facetube
View only videos shared by your friends
What is facetube?
facetube is a Chrome extension developed by Chakri, and its main feature is "View only videos shared by your friends".
Extension Screenshots
Download facetube Extension CRX File
Download facetube 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
FaceTube is a chrome plugin with simplest UI where you can see only videos shared by the user on facebook. In short it aggregates all the videos on your wall and hides everything else. * Download Button very next to share option Updates: 1. Download has now a cool icon
Extension Basic Information
Name | |
ID | pognkkenoiodbobdgpihjmecelggcpan |
Official URL | https://chrome.google.com/webstore/detail/facetube/pognkkenoiodbobdgpihjmecelggcpan |
Description | View only videos shared by your friends |
File Size | 64.82 KB |
Installation Count | 67 |
Current Version | 1.2 |
Last Updated | 2015-09-24 |
Publish Date | 2015-09-24 |
Rating | 4.71/5 Total 14 Ratings |
Developer | Chakri |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "facetube", "description": "View only videos shared by your friends", "version": "1.2", "icons": { "48": "icon_48.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "ga.js", "content.js" ], "all_frames": false } ], "web_accessible_resources": [ "download.png" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |