Youtube Recommend Removal

Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!

Youtube Recommend Removalคืออะไร?

Youtube Recommend Removal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vector.mic และคุณลักษณะหลักของมันคือ "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Recommend Removal

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

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

                        Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!                    

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

ชื่อ Youtube Recommend Removal Youtube Recommend Removal
ID dijlhlnapjjambnbnochecfdobionjlf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf
คำอธิบาย Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
ขนาดไฟล์ 67.24 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-06-13
วันที่เผยแพร่ 2018-06-13
คะแนน 4.79/5 รวมทั้งหมด 109 คะแนน
ผู้พัฒนา vector.mic
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sgweb.vn/
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Recommend Removal",
    "version": "1.0.1",
    "description": "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!",
    "manifest_version": 2,
    "icons": {
        "16": "images\/sgw-16x16.png",
        "128": "images\/sgw-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/scripts\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/third-party\/jquery-3.3.1.min.js",
                ".\/scripts\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/sgw-50x50-bw.png",
        "images\/sgw-50x50-gray.png"
    ]
}