YouGreen: Save Data one video at a time

Listen to music on YouTube without wasting tons of GB data when it's playing in the background tab, no comprome in audio quality.

YouGreen: Save Data one video at a timeคืออะไร?

YouGreen: Save Data one video at a time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://anshulkharb.com และคุณลักษณะหลักของมันคือ "Listen to music on YouTube without wasting tons of GB data when it's playing in the background tab, no comprome in audio quality."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouGreen: Save Data one video at a time

ดาวน์โหลดไฟล์ส่วนขยาย YouGreen: Save Data one video at a time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Here's how it works:

- Install extension.
- Now, you can set default quality by clicking the extension's icon located on the address bar.
- Whenever you change tab different from YouTube, video quality will automatically be downgraded to lowest, with no change in audio quality.
- And when you'll come back to the YouTube tab, YouGreen will intelligently upgrade to your selected default video quality.

From cat videos to live game streaming, the world loves to watch videos on YouTube. YouTube has a variety of categories of videos, but music dominates them all, almost all the most-watched videos are music videos. It is a general process that we start playing our latest favorite on one tab and continue doing some other stuff a different tab. But there's one problem in this, what? In the background tab, one song ends and another starts and it goes on, still couldn't figure out the problem? Problem is that videos are running continuously in the background and they're fetching 100s of MB on full HD quality.

DISCLAIMER: Reports mentioning CO2 emitted per GB were found to be overestimating the consumption by a factor of 30 to 60.
Reference: https://www.iea.org/commentaries/the-carbon-footprint-of-streaming-video-fact-checking-the-headlines?fbclid=IwAR0QzLDNE9FhSZYK4XZGujI_6pVZFimrDlhVADdzkJ3v7IH7y4IFAuCvFdU                    

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

ชื่อ YouGreen: Save Data one video at a time YouGreen: Save Data one video at a time
ID kkmjnhmmeibepfpgnfpodpfjfahbmalm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yougreen-save-data-one-vi/kkmjnhmmeibepfpgnfpodpfjfahbmalm
คำอธิบาย Listen to music on YouTube without wasting tons of GB data when it's playing in the background tab, no comprome in audio quality.
ขนาดไฟล์ 27.32 KB
จำนวนการติดตั้ง 174
เวอร์ชันปัจจุบัน 1.99.9
อัปเดตครั้งล่าสุด 2020-10-18
วันที่เผยแพร่ 2019-09-30
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://anshulkharb.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouGreen: Save Data one video at a time",
    "version": "1.99.9",
    "description": "Listen to music on YouTube without wasting tons of GB data when it's playing in the background tab, no comprome in audio quality.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/www.youtube.com\/*"
    ]
}