uPop -- Make Your YouTube Experience Awesome

Helps you view & manage multiple ad-free youtube videos in a single tab.

uPop -- Make Your YouTube Experience Awesomeคืออะไร?

uPop -- Make Your YouTube Experience Awesome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xynolabs และคุณลักษณะหลักของมันคือ "Helps you view & manage multiple ad-free youtube videos in a single tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย uPop -- Make Your YouTube Experience Awesome

ดาวน์โหลดไฟล์ส่วนขยาย uPop -- Make Your YouTube Experience Awesome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Helps you view & manage multiple ad-free youtube videos in a single tab.

Are you that avid videophile who keeps juggling between tabs to watch videos? Or that casual person who wants some quality popcorn time without bugging advertisments while wathcing videos? Watching YouTube can always be a frustrating experience to jump across windows. On top of it are the ever-so-boring-ads, suggestions, and what not? Whoof!

uPop is the answer to making your YouTube experience easy and fun! Create chat-like windows to minimize miniature tabs. Manage all your content in one page. Isn't that awesome?

Let's show YouTube some love again

Features:
#v1.0.0
- Pop up any number of youtube videos as chat-like windows which can be minimized, maximized, collapsed and closed.
- Minimize multiple videos on a single page and set them aside for streaming while you browse the internet.
- View all youtube videos without bugging advertisments.
- Light wieght and user friendly.

#v2.0.0 ( awesomeness continues -- now uPop will preserve your current tabs )
-New UI 
-No More Ads
-support for playlist
-Preserve your current state (Preserve your current opened tab )
-Multiple bug fixes
-Play indication                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ uPop -- Make Your YouTube Experience Awesome uPop -- Make Your YouTube Experience Awesome
ID koenjmadnpamngnaphkmiphifjbnkcdn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/upop-make-your-youtube-ex/koenjmadnpamngnaphkmiphifjbnkcdn
คำอธิบาย Helps you view & manage multiple ad-free youtube videos in a single tab.
ขนาดไฟล์ 221 KB
จำนวนการติดตั้ง 404
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2018-04-08
วันที่เผยแพร่ 2018-04-08
คะแนน 4.74/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา xynolabs
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uPop -- Make Your YouTube Experience Awesome",
    "description": "Helps you view & manage multiple ad-free youtube videos in a single tab.",
    "version": "2.0.1",
    "icons": {
        "128": "front.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "uPop -- Make Your YouTube Experience Awesome",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "wikibeautify.js",
                "jquery-1.10.2.js",
                "jquery-ui.js",
                "jquery.dialogextend.js"
            ],
            "css": [
                "jquery-ui.css",
                "wikibeautify.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "icon.png",
        "ajax-loader.gif",
        "media021.gif"
    ]
}