YouTube Liker

Automatically likes YouTube videos from enabled channels

YouTube Likerคืออะไร?

YouTube Liker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aidenmagrath และคุณลักษณะหลักของมันคือ "Automatically likes YouTube videos from enabled channels"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Liker

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

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

                        YouTube Liker allows to automatically like videos from YouTube channels at the push of a button.

Simply visit a YouTube channel or video and toggle the switch in the extensions popup view.                    

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

ชื่อ YouTube Liker YouTube Liker
ID joglicoigmjmioehpcohmipdpccpmmpn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-liker/joglicoigmjmioehpcohmipdpccpmmpn
คำอธิบาย Automatically likes YouTube videos from enabled channels
ขนาดไฟล์ 92.62 KB
จำนวนการติดตั้ง 943
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2017-05-22
วันที่เผยแพร่ 2017-05-22
คะแนน 2.56/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา aidenmagrath
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Liker",
    "description": "Automatically likes YouTube videos from enabled channels",
    "version": "1.0.3",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "YouTube Liker",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "notifications"
    ],
    "oauth2": {
        "client_id": "2833665716-eh6vtk8u50vis4usqbqbj2dle93delkh.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/youtube"
        ]
    }
}