Netflix Progress Bar
Adds a permanent progress bar below Netflix videos. Works in fullscreen. Source: https://github.com/bggrund/NetflixProgressBar
Netflix Progress Bar क्या है?
Netflix Progress Bar bggrund द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a permanent progress bar below Netflix videos. Works in fullscreen. Source: https://github.com/bggrund/NetflixProgressBar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Progress Bar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a permanent progress bar below Netflix videos. Works in fullscreen. Source: https://github.com/bggrund/NetflixProgressBar
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fgfpffcjpmpnlfkibffdeddjohgbieka |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-progress-bar/fgfpffcjpmpnlfkibffdeddjohgbieka |
विवरण | Adds a permanent progress bar below Netflix videos. Works in fullscreen. Source: https://github.com/bggrund/NetflixProgressBar |
फ़ाइल का आकार | 5.56 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-07-19 |
प्रकाशन तिथि | 2021-07-18 |
डेवलपर | bggrund |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/bggrund/NetflixProgressBar |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Progress Bar", "version": "1.0", "permissions": [ "*:\/\/*.netflix.com\/*" ], "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "content-script.js" ], "css": [ "content-script.css" ], "run_at": "document_idle" } ] } |