TubeMarks for Youtube

A fun extension

TubeMarks for Youtube क्या है?

TubeMarks for Youtube Peter Chen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A fun extension"।

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

screenshot

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

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

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

                        Hello!  Welcome to TubeMarks for Youtube!
Press the 'add' button to add a youtube time.   Press 'remove' to remove.

The idea was given to me by Brian Chen.

I was inspired to create this because I watch 20 min+ compilation videos of doggos and sometimes you see a doggo and laugh but forget it later and the best way to keep track of doggo at 10:45 is to put down a little mark thing.  :) Have fun!

Known Bugs:
None :) Pls report them to me.

Contact me with suggestions or to say hi. :)                    

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

नाम TubeMarks for Youtube TubeMarks for Youtube
ID edcbglmigcaihlpnfckmlhgidbgegkja
आधिकारिक URL https://chromewebstore.google.com/detail/tubemarks-for-youtube/edcbglmigcaihlpnfckmlhgidbgegkja
विवरण A fun extension
फ़ाइल का आकार 53.48 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.4
अंतिम अपडेट 2016-09-14
प्रकाशन तिथि 2016-09-14
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर Peter Chen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pcpeterchen/TubeMarksChromeExt
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TubeMarks for Youtube",
    "short_name": "TbMrks",
    "description": "A fun extension",
    "version": "1.4",
    "browser_action": {
        "default_icon": "img\/icon16.ico"
    },
    "icons": {
        "16": "img\/icon16.ico",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ]
}