Youtube Fullscreen & Share

Watch and share your YouTube video on full-screen mode easily with just one click.

Cos'è Youtube Fullscreen & Share?

Youtube Fullscreen & Share è un'estensione di Chrome sviluppata da Wittawat Patcharinsak, e la sua funzione principale è "Watch and share your YouTube video on full-screen mode easily with just one click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Youtube Fullscreen & Share

Scarica i file di estensione Youtube Fullscreen & Share 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

                        Watch and share your YouTube video on full-screen mode easily with just one click with "Youtube Fullscreen & Share".
  • Small, compact, fast
  • Safe to use
  • Customized applications options as needed.
--------------------------------------------------------------------
ท่านสามารถรับชมหรือแชร์คลิปยูทูปแบบเต็มหน้าจอได้ง่ายๆเพียงคลิกเดียว ด้วย "Youtube Fullscreen & Share"
 • ขนาดเล็ก กระทัดรัด รวดเร็ว ไม่กินทรัพยากร
 • ปลอดภัยในการใช้งาน
 • ปรับแต่งการใช้งานได้ตามความต้องการ                    

Informazioni di Base sull'Estensione

Nome Youtube Fullscreen & Share Youtube Fullscreen & Share
ID ongdefjfhgfknmfjmckjlamfbpabojnp
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-fullscreen-share/ongdefjfhgfknmfjmckjlamfbpabojnp
Descrizione Watch and share your YouTube video on full-screen mode easily with just one click.
Dimensione del File 28.98 KB
Conteggio Installazioni 384
Versione Corrente 1.2.4
Ultimo Aggiornamento 2017-08-17
Data di Pubblicazione 2017-08-17
Valutazione 4.11/5 Totale 18 Valutazioni
Sviluppatore Wittawat Patcharinsak
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jengjeng.github.io
Lingue Supportate en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_deactive-36.png"
    },
    "description": "Watch and share your YouTube video on full-screen mode easily with just one click.",
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "Youtube Fullscreen & Share",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.4"
}