AL-GO

A Youtube Extension by JAY ALTO

AL-GOคืออะไร?

AL-GO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thumbnail.world และคุณลักษณะหลักของมันคือ "A Youtube Extension by JAY ALTO"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AL-GO

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

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

                        This extension allows you to control the YouTube homepage, better tailoring the content it recommends to what you're looking for. 

This includes having complete control over the length of content that is being recommended, enabling/disabling YouTube Shorts and other content types from being shown and an option to adjust how videos are being shown in a more focused way.                    

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

ชื่อ AL-GO AL-GO
ID jiliicnddclepadcldomphjokejpcoin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/al-go/jiliicnddclepadcldomphjokejpcoin
คำอธิบาย A Youtube Extension by JAY ALTO
ขนาดไฟล์ 567 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-04-18
วันที่เผยแพร่ 2022-12-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://thumbnail.world
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/theJayAlto
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.7",
    "author": "agungjk",
    "name": "AL-GO",
    "description": "A Youtube Extension by JAY ALTO",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "helper.876fceee.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube.0db59d49.js"
            ],
            "css": [
                "youtube.309c3d0b.css",
                "youtube.3bd87633.css",
                "youtube.7e37e298.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "scripts\/watcher.js",
                "tabs\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "youtube.36a27459.css",
                "youtube.795e853f.css",
                "youtube.abb60d1e.css",
                "youtube.19f980a7.png"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}