PopPage
Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Wat is PopPage?
PopPage is een Chrome-extensie ontwikkeld door Abdu-L-Kerim Sandooya, en de belangrijkste functie is "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".
Extensie Screenshots
Download het CRX-bestand van de extensie PopPage
Download PopPage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | PopPage |
ID | paahhejndbadafooooobjegcofgbjnlb |
Officiële URL | https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb |
Beschrijving | Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments. |
Bestandsgrootte | 6.11 KB |
Aantal Installaties | 62 |
Huidige Versie | 1.002 |
Laatst Bijgewerkt | 2022-12-13 |
Publicatiedatum | 2015-11-25 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Abdu-L-Kerim Sandooya |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |