PopPage

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

Vad är PopPage?

PopPage är en Chrome-tillägg utvecklad av Abdu-L-Kerim Sandooya, och dess huvudfunktion är "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".

Tilläggsskärmbilder

screenshot

Ladda ner PopPage-förlängningens CRX-fil

Ladda ner PopPage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PopPage PopPage
ID paahhejndbadafooooobjegcofgbjnlb
Officiell webbadress https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb
Beskrivning Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Filstorlek 6.11 KB
Antal Installationer 62
Aktuell Version 1.002
Senast Uppdaterad 2022-12-13
Publiceringsdatum 2015-11-25
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Abdu-L-Kerim Sandooya
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}