YouTube Videos Exposer

This extension show the number of Likes, Dislikes, and Comments count of YouTube videos instantly below video Views count

YouTube Videos Exposerคืออะไร?

YouTube Videos Exposer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sonboll และคุณลักษณะหลักของมันคือ "This extension show the number of Likes, Dislikes, and Comments count of YouTube videos instantly below video Views count"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        YouTube Videos Exposer is a very simple tool that helps you view feedback on YouTube videos before opening them! 

Imagine searching for a game review, say Titan Falls 2, and you want to choose a good video you would open one that is not good enough, then open another one, and another until you find a good one! 


So how "YouTube Videos Exposer" is going to help you?
When you add "YouTube Videos Exposer" to your Chrome; Likes, Dislikes, and Comments count will appear below each video. Yeah, it is cool! So when you search for a title you will see below each video that this one has 16,000 likes and 12,000 dislikes, seems discouraging, and then with your eyes you will check that this video has 200,000 likes and 2,000 dislikes, so this seems promising, click! and you are into business.

Another advantage with related videos! when you open a video the related videos that appear benefit from the same features, you will be able to view their likes, dislikes, and comments count without having to open each and every one and so choose your next video, "YouTube Videos Exposer" extends its functionalities to channel videos as well.

We are crafting more features to come with this handy plugin, and we hope you will like it.                    

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

ชื่อ YouTube Videos Exposer YouTube Videos Exposer
ID lfbafjjdmgnoijolomhnagheljgadjop
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-videos-exposer/lfbafjjdmgnoijolomhnagheljgadjop
คำอธิบาย This extension show the number of Likes, Dislikes, and Comments count of YouTube videos instantly below video Views count
ขนาดไฟล์ 802 KB
จำนวนการติดตั้ง 931
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-11-09
วันที่เผยแพร่ 2016-11-09
คะแนน 2.37/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา Sonboll
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Videos Exposer",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "This extension show the number of Likes, Dislikes, and Comments count of YouTube videos instantly below video Views count",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "YouTube Videos Exposer",
        "default_popup": "src\/page_action\/page_action-2.html"
    },
    "homepage_url": "http:\/\/sonboll.com\/youtube-videos-exposer",
    "background": {
        "page": "src\/bg\/background.html"
    },
    "permissions": [
        "https:\/\/youtube.com\/*",
        "http:\/\/youtube.com\/*",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*",
                "http:\/\/www.youtube.com\/*",
                "http:\/\/youtube.com\/*"
            ],
            "css": [
                "css\/font-awesome.min.css",
                "src\/ytvi\/inspector.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/ytvi\/inspector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.*",
        "icons\/*.*"
    ]
}