PopPage

Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.

O que é PopPage?

PopPage é uma extensão do Chrome desenvolvida por Abdu-L-Kerim Sandooya, e sua principal característica é "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PopPage

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

                        Popup the web page you visit in a minimal window to occupy a smaller screen-print. It removes the URL bar, tabs and favorites bar. When watching a youtube video, the popped up page removes the suggested videos and comments resulting is a slim window what may be tossed aside while doing other work.                    

Informações Básicas da Extensão

Nome PopPage PopPage
ID paahhejndbadafooooobjegcofgbjnlb
URL Oficial https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb
Descrição Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Tamanho do Arquivo 6.11 KB
Contagem de Instalações 62
Versão Atual 1.002
Última Atualização 2022-12-13
Data de Publicação 2015-11-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Abdu-L-Kerim Sandooya
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.002",
    "name": "PopPage",
    "description": "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.",
    "short_name": "PopPage",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Pop up this page!"
    },
    "permissions": [
        "activeTab"
    ]
}