PopPage

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

Cos'è PopPage?

PopPage è un'estensione di Chrome sviluppata da Abdu-L-Kerim Sandooya, e la sua funzione principale è "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PopPage

Scarica i file di estensione PopPage 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

                        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.                    

Informazioni di Base sull'Estensione

Nome PopPage PopPage
ID paahhejndbadafooooobjegcofgbjnlb
URL Ufficiale https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb
Descrizione Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Dimensione del File 6.11 KB
Conteggio Installazioni 62
Versione Corrente 1.002
Ultimo Aggiornamento 2022-12-13
Data di Pubblicazione 2015-11-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Abdu-L-Kerim Sandooya
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}