PopPage

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

What is PopPage?

PopPage is a Chrome extension developed by Abdu-L-Kerim Sandooya, and its main feature is "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".

Extension Screenshots

screenshot

Download PopPage Extension CRX File

Download PopPage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PopPage PopPage
ID paahhejndbadafooooobjegcofgbjnlb
Official URL 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.
File Size 6.11 KB
Installation Count 62
Current Version 1.002
Last Updated 2022-12-13
Publish Date 2015-11-25
Rating 5.00/5 Total 2 Ratings
Developer Abdu-L-Kerim Sandooya
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}