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 |
官方網址 | 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'" } |