facetube
View only videos shared by your friends
Cos'è facetube?
facetube è un'estensione di Chrome sviluppata da Chakri, e la sua funzione principale è "View only videos shared by your friends".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione facetube
Scarica i file di estensione facetube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | pognkkenoiodbobdgpihjmecelggcpan |
URL Ufficiale | https://chrome.google.com/webstore/detail/facetube/pognkkenoiodbobdgpihjmecelggcpan |
Descrizione | View only videos shared by your friends |
Dimensione del File | 64.82 KB |
Conteggio Installazioni | 67 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-09-24 |
Data di Pubblicazione | 2015-09-24 |
Valutazione | 4.71/5 Totale 14 Valutazioni |
Sviluppatore | Chakri |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |