Youtube Share Enhancer
Mirror cast to a personal channel everytime you share a Youtube™ video to Facebook™
Cos'è Youtube Share Enhancer?
Youtube Share Enhancer è un'estensione di Chrome sviluppata da https://2fb.me, e la sua funzione principale è "Mirror cast to a personal channel everytime you share a Youtube™ video to Facebook™".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Share Enhancer
Scarica i file di estensione Youtube Share Enhancer 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
YouTube Share Enhancer makes your video a part of a global community.
Whenever you share a YouTube video to Facebook™, Youtube™ Share Enhancer will simulcast it on a live channel. It even embeds chat if it's available and last but not least, it also let's you re-post the video to any sub-Reddit™.
Please send donations! https://paypal.me/qkast/20 and support the project, thanks! Informazioni di Base sull'Estensione
| Nome | |
| ID | jjghfkbkefoomanjibnhiefmdkimfcbo |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-share-enhancer/jjghfkbkefoomanjibnhiefmdkimfcbo |
| Descrizione | Mirror cast to a personal channel everytime you share a Youtube™ video to Facebook™ |
| Dimensione del File | 23.99 KB |
| Conteggio Installazioni | 567 |
| Versione Corrente | 3.3.0 |
| Ultimo Aggiornamento | 2019-11-28 |
| Data di Pubblicazione | 2019-11-27 |
| Valutazione | 3.94/5 Totale 18 Valutazioni |
| Sviluppatore | https://2fb.me |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://2fb.me |
| URL della Pagina di Aiuto | https://twitter.com/intent/tweet?in_reply_to=153057147427631104&related=2FBme |
| URL della Pagina della Politica sulla Privacy | https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9 |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Mirror cast to a personal channel everytime you share a Youtube\u2122 video to Facebook\u2122",
"icons": {
"16": "yt_plus_16.png",
"72": "yt_plus_72.png",
"128": "yt_plus_128.png"
},
"background": {
"scripts": [
"tracking.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/www.facebook.com\/dialog*",
"*:\/\/www.facebook.com\/*\/dialog*"
],
"js": [
"2FB.js"
]
}
],
"name": "Youtube Share Enhancer",
"permissions": [],
"version": "3.3.0",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |