Your YouTube Views

Saves and shows your own views for YouTube videos. Also lists your Most Viewed Videos.

Your YouTube Viewsคืออะไร?

Your YouTube Views เป็นส่วนขยายของ Chrome ที่พัฒนาโดย timukasr และคุณลักษณะหลักของมันคือ "Saves and shows your own views for YouTube videos. Also lists your Most Viewed Videos."

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

screenshot
screenshot
screenshot

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

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

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

                        This extension counts and displays your own views for each video. It also lists your most viewed videos.

By default, a view is counted at 50% of video length, but it can be changed under options.

You can display your most viewed videos by clicking your name in top right and then "Most Viewed" (if you're signed in) or "Most Viewed" in left column on main page.
Alternatively, use these keyboard shortcuts:
* Ctrl/Cmd + M to open/close Most Viewed
* Left and right arrow key to navigate between pages of Most Viewed
* Esc to close Most Viewed

NB! It doesn't show your video views before using the extension.
Views are saved locally and no data is collected by this extension.

Changelog
26.04.2013 - version 2.6
Fixed bugs: view count was displayed multiple times and view count was reversed.

18.04.2013 - version 2.5
Extension can once again record your views. Fixed 'Most Viewed' Next/Prev button.
NB! Use "Send feedback" in case of problems or bugs.

16.12.2012 - version 2.4
Extension is now compatible with new YouTube UI.

18.11.2012 - version 2.2
Fixed it - extension works again!
Views are now counted also on user (channel) pages.

01.09.2012 - version 2.0
Stability fixes. Use "Send feedback" link in case of problems                    

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

ชื่อ Your YouTube Views Your YouTube Views
ID mmlhfcfeedemkppodgcilbhfhjcijijg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/your-youtube-views/mmlhfcfeedemkppodgcilbhfhjcijijg
คำอธิบาย Saves and shows your own views for YouTube videos. Also lists your Most Viewed Videos.
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 810
เวอร์ชันปัจจุบัน 2.6
อัปเดตครั้งล่าสุด 2013-04-26
วันที่เผยแพร่ 2013-04-25
คะแนน 4.12/5 รวมทั้งหมด 59 คะแนน
ผู้พัฒนา timukasr
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Saves and shows your own views for YouTube videos. Also lists your Most Viewed Videos.",
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "name": "Your YouTube Views",
    "options_page": "options.html",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.indexeddb.js",
                "Database.js",
                "Page.js",
                "MostViewed.js",
                "Main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "2.6"
}