Youtube Fullscreen & Share

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

O que é Youtube Fullscreen & Share?

Youtube Fullscreen & Share é uma extensão do Chrome desenvolvida por Wittawat Patcharinsak, e sua principal característica é "Watch and share your YouTube video on full-screen mode easily with just one click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Youtube Fullscreen & Share

Baixe arquivos de extensão Youtube Fullscreen & Share no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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"
 • ขนาดเล็ก กระทัดรัด รวดเร็ว ไม่กินทรัพยากร
 • ปลอดภัยในการใช้งาน
 • ปรับแต่งการใช้งานได้ตามความต้องการ                    

Informações Básicas da Extensão

Nome Youtube Fullscreen & Share Youtube Fullscreen & Share
ID ongdefjfhgfknmfjmckjlamfbpabojnp
URL Oficial https://chrome.google.com/webstore/detail/youtube-fullscreen-share/ongdefjfhgfknmfjmckjlamfbpabojnp
Descrição Watch and share your YouTube video on full-screen mode easily with just one click.
Tamanho do Arquivo 28.98 KB
Contagem de Instalações 384
Versão Atual 1.2.4
Última Atualização 2017-08-17
Data de Publicação 2017-08-17
Classificação 4.11/5 Total de 18 Avaliações
Desenvolvedor Wittawat Patcharinsak
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jengjeng.github.io
Idiomas Suportados 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"
}