facetube

View only videos shared by your friends

facetube란 무엇입니까?

facetube은(는) Chakri에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View only videos shared by your friends"입니다.

확장 프로그램 스크린샷

screenshot

facetube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 facetube facetube
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'"
}