Added options description.

This commit is contained in:
Ajay Ramachandran
2019-12-31 02:23:39 -05:00
parent 412be37ae5
commit 0898c7e28c
2 changed files with 8 additions and 0 deletions

View File

@@ -350,5 +350,8 @@
}, },
"supportInvidiousDescription": { "supportInvidiousDescription": {
"message": "Invidious (invidio.us) is a third party YouTube client. To enable support, you must accept the extra permissions. This does NOT work in incongnito on chrome and other chromium variants." "message": "Invidious (invidio.us) is a third party YouTube client. To enable support, you must accept the extra permissions. This does NOT work in incongnito on chrome and other chromium variants."
},
"optionsInfo": {
"message": "Enable Invidious support, disable autoskip, hide buttons and more."
} }
} }

View File

@@ -195,6 +195,11 @@
<button id="optionsButton" class="dangerButton popupElement">__MSG_Options__</button> <button id="optionsButton" class="dangerButton popupElement">__MSG_Options__</button>
<br/> <br/>
<sub class="popupElement">
__MSG_optionsInfo__
</sub>
<br/> <br/>
</div> </div>