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'" } |