Netflix Timestamp Link
Send Netflix links at a specific time in the video
Netflix Timestamp Link क्या है?
Netflix Timestamp Link Kevin Leutzinger द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send Netflix links at a specific time in the video"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Timestamp Link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Send Netflix links that start at a specific time in the video Source: https://github.com/kleutzinger/netflix-timestamp
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nfamdnmnodndjpnfnlebmconoildihib |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-timestamp-link/nfamdnmnodndjpnfnlebmconoildihib |
विवरण | Send Netflix links at a specific time in the video |
फ़ाइल का आकार | 670 KB |
स्थापना संख्या | 283 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2018-01-31 |
प्रकाशन तिथि | 2018-01-30 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Kevin Leutzinger |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Timestamp Link", "description": "Send Netflix links at a specific time in the video", "version": "0.1", "manifest_version": 2, "icons": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png" }, "browser_action": { "default_icon": "\/icons\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.netflix.com\/*", "clipboardWrite" ], "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "\/jquery.js", "\/content_script.js" ], "run_at": "document_start" } ] } |