facetube

View only videos shared by your friends

Apa itu facetube?

facetube adalah ekstensi Chrome yang dikembangkan oleh Chakri, dan fitur utamanya adalah "View only videos shared by your friends".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi facetube

Unduh file ekstensi facetube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama facetube facetube
ID pognkkenoiodbobdgpihjmecelggcpan
URL Resmi https://chrome.google.com/webstore/detail/facetube/pognkkenoiodbobdgpihjmecelggcpan
Deskripsi View only videos shared by your friends
Ukuran File 64.82 KB
Jumlah Instalasi 67
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-09-24
Tanggal Publikasi 2015-09-24
Penilaian 4.71/5 Total 14 Penilaian
Pengembang Chakri
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}