facetube
View only videos shared by your friends
什么是facetube?
facetube是由Chakri开发的Chrome扩展程序,该扩展的主要功能是“View only videos shared by your friends”。
扩展截图
下载facetube扩展crx文件
下载facetube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | pognkkenoiodbobdgpihjmecelggcpan |
官方URL | https://chrome.google.com/webstore/detail/facetube/pognkkenoiodbobdgpihjmecelggcpan |
简介 | View only videos shared by your friends |
文件大小 | 64.82 KB |
安装次数 | 67 |
当前版本 | 1.2 |
更新时间 | 2015-09-24 |
上架时间 | 2015-09-24 |
评分 | 4.71/5 共14次评分 |
开发者 | Chakri |
付费类型 | free |
支持的语言 | 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'" } |