Always Show Watch Later
Always shows the Watch Later button for Youtube embedded videos.
Always Show Watch Later क्या है?
Always Show Watch Later Scott Zackrison द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always shows the Watch Later button for Youtube embedded videos."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Always Show Watch Later एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension forces the Watch Later button to be visible for embedded Youtube videos. --> updated 9/6/17 ---> minor bug fix --> updated 7/18/17 ---> fixed another issue in some instances where it wouldn't show the Watch Later button --> updated 2/14/17 ---> fixed an issue in some instances where it wouldn't show the Watch Later button --> updated 9/24/15 ---> faster ---> more reliable ---> more efficient
एक्सटेंशन की मूल जानकारी
नाम | |
ID | opnlaeeckmpncaogfacbkelbldmpbibi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi |
विवरण | Always shows the Watch Later button for Youtube embedded videos. |
फ़ाइल का आकार | 33.75 KB |
स्थापना संख्या | 413 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2017-09-06 |
प्रकाशन तिथि | 2017-09-06 |
रेटिंग | 4.64/5 कुल 28 रेटिंग्स |
डेवलपर | Scott Zackrison |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Always Show Watch Later", "description": "Always shows the Watch Later button for Youtube embedded videos.", "version": "1.4", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ], "all_frames": true } ], "icons": { "128": "icon_128.png" } } |