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'est-ce que PopPage ?

PopPage est une extension Chrome développée par Abdu-L-Kerim Sandooya, et sa fonction principale est "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PopPage

Téléchargez les fichiers d'extension PopPage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PopPage PopPage
ID paahhejndbadafooooobjegcofgbjnlb
URL Officiel https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb
Description Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Taille du Fichier 6.11 KB
Nombre d'Installations 62
Version Actuelle 1.002
Dernière Mise à Jour 2022-12-13
Date de Publication 2015-11-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur Abdu-L-Kerim Sandooya
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}