[GH-ISSUE #54] FEATURE REQUEST: Add standard "option" entry point (for Chrome) #49

Closed
opened 2026-03-04 00:03:23 +03:00 by kerem · 1 comment
Owner

Originally created by @fireattack on GitHub (Jul 2, 2025).
Original GitHub issue: https://github.com/YouG-o/YouTube-No-Translation/issues/54

Originally assigned to: @YouG-o on GitHub.

Problem

Most extension on Chrome that has an option page usually will provide a link in its extension page (chrome://extensions/?id=lmkeolibdeeglfglnncmfleojmakecjb), like this:

Image

(it will also populate it in the context menu of the extension:

Image
)

This is the standard way to visit option page of an extension on Chrome, and arguably is slightly easier to open than the popup menu, if you have the extension icons hidden. And it will open it in a new tab which is more convenient sometimes.

Proposed Solution

I believe it can be achieved by simply expose the corresponding HTML as options_page in the manifest. Please see: https://developer.chrome.com/docs/extensions/develop/ui/options-page

Edit: I believe Firefox has something similar, but I'm not too familiar with Firefox webext dev.

Originally created by @fireattack on GitHub (Jul 2, 2025). Original GitHub issue: https://github.com/YouG-o/YouTube-No-Translation/issues/54 Originally assigned to: @YouG-o on GitHub. ## Problem <!-- What problem would this feature solve? Or what need does it address? --> Most extension on Chrome that has an option page usually will provide a link in its extension page (chrome://extensions/?id=lmkeolibdeeglfglnncmfleojmakecjb), like this: ![Image](https://github.com/user-attachments/assets/51962067-2ffa-44e8-a94e-99ea8628113f) (it will also populate it in the context menu of the extension: ![Image](https://github.com/user-attachments/assets/f80bcbf1-2afd-4b10-9e94-fdd63a876108) ) This is the standard way to visit option page of an extension on Chrome, and arguably is slightly easier to open than the popup menu, if you have the extension icons hidden. And it will open it in a new tab which is more convenient sometimes. ## Proposed Solution <!-- Describe the solution you'd like to see implemented --> I believe it can be achieved by simply expose the corresponding HTML as `options_page` in the manifest. Please see: https://developer.chrome.com/docs/extensions/develop/ui/options-page Edit: I believe Firefox has something similar, but I'm not too familiar with Firefox webext dev.
kerem 2026-03-04 00:03:23 +03:00
Author
Owner

@YouG-o commented on GitHub (Jul 2, 2025):

Done : 815d94656a
Will be available in next release later this week.

<!-- gh-comment-id:3028361436 --> @YouG-o commented on GitHub (Jul 2, 2025): Done : 815d94656ae4aa848a86e7da0699efd602b2d9d0 Will be available in next release later this week.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/YouTube-No-Translation#49
No description provided.