Better YouTube Watch History

Marks all Youtube videos you've already watched. Now with cloud sync!

Better YouTube Watch History क्या है?

Better YouTube Watch History Joar Wilk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Marks all Youtube videos you've already watched. Now with cloud sync!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better YouTube Watch History एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Youtube's "watched" feature is broken by design, and has been for a long time. This extension fixes that and makes it easy to see which videos you've watched and which ones are new.

Simply watch a video and it will automatically be flagged, just like it should be.

Automatically syncs across all computers you are logged in to.                    

एक्सटेंशन की मूल जानकारी

नाम Better YouTube Watch History Better YouTube Watch History
ID lleajdkalfbohpinoaekajagdefaeckd
आधिकारिक URL https://chrome.google.com/webstore/detail/better-youtube-watch-hist/lleajdkalfbohpinoaekajagdefaeckd
विवरण Marks all Youtube videos you've already watched. Now with cloud sync!
फ़ाइल का आकार 8.08 MB
स्थापना संख्या 7,000
वर्तमान संस्करण 2.1
अंतिम अपडेट 2016-03-27
प्रकाशन तिथि 2016-03-27
रेटिंग 3.79/5 कुल 219 रेटिंग्स
डेवलपर Joar Wilk
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "lib\/jquery-1.8.3.min.js",
                "scripts\/main.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Marks all Youtube videos you've already watched. Now with cloud sync!",
    "icons": {
        "256": "icons\/icon_256.png",
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_048.png",
        "32": "icons\/icon_032.png",
        "16": "icons\/icon_016.png"
    },
    "manifest_version": 2,
    "name": "Better YouTube Watch History",
    "permissions": [
        "history",
        "storage",
        "tabs",
        "https:\/\/www.youtube.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.youtube.com\/*"
        ]
    },
    "version": "2.1",
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/*.ytimg.com; object-src 'self'"
}