PopPage

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

Что такое PopPage?

PopPage - это расширение Chrome, разработанное Abdu-L-Kerim Sandooya, и его основная функция - "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения PopPage

Скачайте файлы расширений PopPage в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название PopPage PopPage
ID paahhejndbadafooooobjegcofgbjnlb
Официальный URL https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb
Описание Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Размер файла 6.11 KB
Количество установок 62
Текущая Версия 1.002
Последнее Обновление 2022-12-13
Дата публикации 2015-11-25
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Abdu-L-Kerim Sandooya
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}