Version 5.2.1 View in Chrome Web Store
http://www.w3.org/2000/svg | http://www.w3.org/1999/xlink | |
https://hosted.weblate.org/engage/netflix-rewind-browser-extension/ | https://github.com/laurens94/netflix-rewind-browser-extension | |
https://github.com/laurens94/netflix-rewind-browser-extension/issues/new | https://ko-fi.com/lauwerens | |
https://github.com/mozilla/webextension-polyfill | http://mozilla.org/MPL/2.0/. | |
https://clients2.google.com/service/update2/crx | https://addons.mozilla.org/user-media/addon_icons/2655/2655859-64.png?modified=71a2c23d | |
https://addons.mozilla.org/en-US/firefox/addon/netflix-rewind-1-sec/ | https://img.shields.io/amo/v/netflix-rewind-1-sec | |
https://img.shields.io/amo/users/netflix-rewind-1-sec | https://img.shields.io/chrome-web-store/v/inpbafoldolmpeiebppjbckdpnkkhlej | |
https://chromewebstore.google.com/detail/netflix-rewind-1-sec/inpbafoldolmpeiebppjbckdpnkkhlej | https://img.shields.io/chrome-web-store/users/inpbafoldolmpeiebppjbckdpnkkhlej | |
https://img.shields.io/github/v/release/laurens94/netflix-rewind-browser-extension | https://github.com/laurens94/netflix-rewind-browser-extension/releases | |
https://img.shields.io/github/license/laurens94/netflix-rewind-browser-extension | https://github.com/laurens94/netflix-rewind-browser-extension/blob/master/LICENSE | |
https://hosted.weblate.org/widget/netflix-rewind-browser-extension/svg-badge.svg | https://ko-fi.com/img/githubbutton_sm.svg | |
https://ko-fi.com/L3L0BR8QG | https://chrome.google.com/webstore/detail/netflix-rewind-1-sec/inpbafoldolmpeiebppjbckdpnkkhlej | |
https://hosted.weblate.org/widget/netflix-rewind-browser-extension/multi-auto.svg | https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/ | |
https://stackoverflow.com/questions/42105028/netflix-video-player-in-chrome-how-to-seek/47786376#47786376 |
{ "name": "__MSG_extensionName__", "icons": { "48": "icons/128.png" }, "action": { "default_popup": "options.html" }, "version": "5.2.1", "options_ui": { "page": "options.html", "open_in_tab": true }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_extensionDescription__", "permissions": [ "storage" ], "default_locale": "en", "content_scripts": [ { "js": [ "browser-polyfill.min.js", "contentscript.js" ], "matches": [ "*://www.netflix.com/*" ] } ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "*://www.netflix.com/*" ], "resources": [ "netflix-rewind-1-sec.js" ] } ], "browser_specific_settings": { "gecko": { "id": "{8e51a86a-e712-4386-a231-a9c3d06f3348}", "strict_min_version": "109.0" } } }