Full Play

Video Full Web Play

O que é Full Play?

Full Play é uma extensão do Chrome desenvolvida por xiuman89, e sua principal característica é "Video Full Web Play".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Full Play

Baixe arquivos de extensão Full Play 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

                        Play the video in Web Full Screen mode.
Like the YouTube cinema mode but without element other than the video.
Currently support video site like youtube, vimeo, dailymotion, iqiyi, etc, which have their own embed mode. Also, it may work for some site with embed videos.

Icon is on the way.

update log:
1.0.1.6: Add icon

1.0.1.5: 1. remove unnecessary button
         2. add better indication about what button do what
         3. add lynda support for people who want
         4. for some website, the site will replace the original window. these feature may has the chance to work for more site which is easy to return by using the browser build-in go back ability.
         
1.0.1.0: Make large button.                    

Informações Básicas da Extensão

Nome Full Play Full Play
ID mbadifmabjkpaajnhmdcnlkenidcehfe
URL Oficial https://chrome.google.com/webstore/detail/full-play/mbadifmabjkpaajnhmdcnlkenidcehfe
Descrição Video Full Web Play
Tamanho do Arquivo 21.17 KB
Contagem de Instalações 117
Versão Atual 1.0.1.6
Última Atualização 2019-04-04
Data de Publicação 2019-03-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor xiuman89
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": ".\/background.html",
        "persistent": false
    },
    "description": "Video Full Web Play",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "64": ".\/icons\/icon64.png",
        "128": ".\/icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Full Play",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": []
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                ".\/js\/curWindow.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "version": "1.0.1.6"
}