diff options
-rw-r--r-- | manifest/manifest.json | 2 | ||||
-rw-r--r-- | public/options/options.html | 34 |
2 files changed, 35 insertions, 1 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index cb6388e5..3033948e 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "__MSG_Name__", - "version": "2.0", + "version": "2.0.1", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ diff --git a/public/options/options.html b/public/options/options.html index 3cd69b01..67384842 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -151,6 +151,40 @@ <br/> <br/> + + <div option-type="toggle" sync-option="unsubmittedWarning"> + <label class="switch-container" label-name="__MSG_unsubmittedWarning__"> + <label class="switch"> + <input type="checkbox" checked> + <span class="slider round"></span> + </label> + </label> + + <br/> + <br/> + + <div class="small-description">__MSG_unsubmittedWarningDescription__</div> + </div> + + <br/> + <br/> + + <div option-type="toggle" sync-option="forceChannelCheck"> + <label class="switch-container" label-name="__MSG_forceChannelCheck__"> + <label class="switch"> + <input type="checkbox" checked> + <span class="slider round"></span> + </label> + </label> + + <br/> + <br/> + + <div class="small-description">__MSG_whatForceChannelCheck__</div> + </div> + + <br/> + <br/> <div option-type="toggle" toggle-type="reverse" sync-option="hideVideoPlayerControls"> <label class="switch-container" label-name="__MSG_showButtons__"> |