SameVolume for Youtube™

Automatically adjusts the volume on Youtube™ videos.

SameVolume for Youtube™คืออะไร?

SameVolume for Youtube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel และคุณลักษณะหลักของมันคือ "Automatically adjusts the volume on Youtube™ videos."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SameVolume for Youtube™

ดาวน์โหลดไฟล์ส่วนขยาย SameVolume for Youtube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Tired of manually having to adjust the volume of different YouTube™ videos? It's hard to believe this is still a problem, that's why we developed SameVolume for YouTube™. It automatically corrects the volume to the same level on all YouTube™ videos.

Features:
* Automatically corrects YouTube™ volume.
* Blocks all ads.
* Visualizing volume on tabs.
* Boost volume up to 500%.
* Automatically likes subscribed videos.
* Download and convert your own mp3's in the background.*

*Requires file permissions, activate this in the options.

How to use the extension:
- Click on extensions symbol to pin it to the menubar.
- Adjust any options to your own liking.

Note: YouTube is trademark of Google Inc. Use of this trademark is subject to Google Permissions. This extension is NOT associated with YouTube or Google Inc in any ways.                    

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

ชื่อ SameVolume for Youtube™ SameVolume for Youtube™
ID coekkdnnplbblpnidldcpdeoilppekcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/samevolume-for-youtube/coekkdnnplbblpnidldcpdeoilppekcd
คำอธิบาย Automatically adjusts the volume on Youtube™ videos.
ขนาดไฟล์ 323 KB
จำนวนการติดตั้ง 1,070
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2020-12-22
วันที่เผยแพร่ 2020-11-20
คะแนน 3.60/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Daniel
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://samevolume.com
ภาษาที่รองรับ id,de,en,fil,fr,no,vi,da,es,it,pl,ru,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "version": "1.4.1",
    "options_ui": {
        "page": "velge\/valg.html",
        "open_in_tab": true,
        "chrome_style": true
    },
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "downloads.shelf",
        "file:\/\/*",
        "contextMenus",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "kropp\/knyttneve.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "kropp\/reklame.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "page": "kropp\/genser.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/samevolume.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "48": "kropp\/bilder\/samevolume48.png",
        "128": "kropp\/bilder\/samevolume128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "kropp\/bilder\/samevolume48.png"
        },
        "default_title": "SameVolume",
        "default_popup": "kropp\/hode\/ansikt.html"
    },
    "homepage_url": "https:\/\/samevolume.com\/?from_extension",
    "web_accessible_resources": [
        "kropp\/*",
        "kropp\/hode\/*",
        "kropp\/vendor\/*",
        "kropp\/bilder\/*"
    ],
    "minimum_chrome_version": "65"
}