Netflix with Elapsed Time
Netflix with Elapsed Time displays the elapsed time from the beginning.
Netflix with Elapsed Time क्या है?
Netflix with Elapsed Time Joseph Mpo Yeti द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Netflix with Elapsed Time displays the elapsed time from the beginning."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix with Elapsed Time एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Netflix with Elapsed Time displays the elapsed time from the beginning. If it does not work from the start, simply reload the page. It will only work when actually watching a video. Please, rate and leave a review if you like this extension. I would also appreciate any feedback on how to give you a better experience.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | knglmjodeneocikihhehegeifgabkjfa |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa |
विवरण | Netflix with Elapsed Time displays the elapsed time from the beginning. |
फ़ाइल का आकार | 25.48 KB |
स्थापना संख्या | 1,067 |
वर्तमान संस्करण | 2.2.0 |
अंतिम अपडेट | 2024-01-12 |
प्रकाशन तिथि | 2020-07-04 |
रेटिंग | 4.23/5 कुल 13 रेटिंग्स |
डेवलपर | Joseph Mpo Yeti |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Netflix with Elapsed Time", "version": "2.2.0", "author": "Joseph Mpo Yeti", "description": "Netflix with Elapsed Time displays the elapsed time from the beginning.", "host_permissions": [ "https:\/\/www.netflix.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "all_frames": true, "js": [ "scripts\/main.js" ], "css": [ "styles\/main.css" ] } ], "action": { "default_title": "Netflix with Elapsed Time", "default_icon": { "512": "img\/icon512.png" } }, "icons": { "64": "img\/icon64.png", "128": "img\/icon128.png", "512": "img\/icon512.png" } } |