PopPage

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

¿Qué es PopPage?

PopPage es una extensión de Chrome desarrollada por Abdu-L-Kerim Sandooya, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PopPage

Descarga archivos de extensión PopPage en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PopPage PopPage
ID paahhejndbadafooooobjegcofgbjnlb
URL Oficial https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb
Descripción Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Tamaño del Archivo 6.11 KB
Cantidad de Instalaciones 62
Versión Actual 1.002
Última Actualización 2022-12-13
Fecha de Publicación 2015-11-25
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Abdu-L-Kerim Sandooya
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}