Kick.com Video/VODS Resumer
Automatically bookmark kick.com videos so they resume from where you left off
Kick.com Video/VODS Resumer क्या है?
Kick.com Video/VODS Resumer Hugo Farias द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically bookmark kick.com videos so they resume from where you left off"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kick.com Video/VODS Resumer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to resume videos from where you left off and adds progress bars for thumbnail previews. Update 1.4.1: -Fixed bug where extension was affecting the layout of the website Update 1.4: -Added more optional features and a settings page. Update 1.3: -Improved performance. Update 1.2: -Fixed a major bug where it would accidentally delete bookmarks from storage whenever the user switched between pages too quickly. -Fixed a bug where multiple listeners were being added to the same video.
एक्सटेंशन की मूल जानकारी
नाम | Kick.com Video/VODS Resumer |
ID | cclmmfbfmjjeafmilojlhmdekmagonmb |
आधिकारिक URL | https://chromewebstore.google.com/detail/kickcom-videovods-resumer/cclmmfbfmjjeafmilojlhmdekmagonmb |
विवरण | Automatically bookmark kick.com videos so they resume from where you left off |
फ़ाइल का आकार | 62.64 KB |
स्थापना संख्या | 110 |
वर्तमान संस्करण | 1.4.1 |
अंतिम अपडेट | 2024-01-16 |
प्रकाशन तिथि | 2023-05-28 |
रेटिंग | 3.40/5 कुल 5 रेटिंग्स |
डेवलपर | Hugo Farias |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kick.com Video\/VODS Resumer", "version": "1.4.1", "description": "Automatically bookmark kick.com videos so they resume from where you left off", "permissions": [ "tabs", "storage" ], "icons": { "16": "src\/assets\/logo_16.png", "48": "src\/assets\/logo_48.png", "128": "src\/assets\/logo_128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_page": "index.html", "content_scripts": [ { "js": [ "assets\/videoObserver.ts-loader-1d2f5111.js", "assets\/progressBar.ts-loader-33a3c4ff.js", "assets\/uiState.ts-loader-9170c875.js" ], "matches": [ "https:\/\/*.kick.com\/*" ], "css": [ "assets\/settingsHelper-05fe94ef.css", "assets\/settingsHelper-05fe94ef.css", "assets\/settingsHelper-05fe94ef.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.kick.com\/*" ], "resources": [ "assets\/helper-b32be1ed.js", "assets\/settingsHelper-cef2a1ca.js", "assets\/videoObserver.ts-b357131d.js", "assets\/progressBar.ts-67091b26.js", "assets\/uiState.ts-75f91c09.js" ], "use_dynamic_url": true } ] } |