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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}