PopPage
Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Co to jest PopPage?
PopPage to rozszerzenie Chrome opracowane przez Abdu-L-Kerim Sandooya, a jego główną funkcją jest „Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PopPage
Pobierz pliki rozszerzeń PopPage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | PopPage |
ID | paahhejndbadafooooobjegcofgbjnlb |
Oficjalny URL | https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb |
Opis | Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments. |
Rozmiar pliku | 6.11 KB |
Liczba instalacji | 62 |
Aktualna Wersja | 1.002 |
Ostatnia Aktualizacja | 2022-12-13 |
Data Publikacji | 2015-11-25 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Abdu-L-Kerim Sandooya |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |