Project

General

Profile

Task #3026

Feature #3023: Extension v.92.1: Allow user to hide extension for the page

FE-v.92.1: Allow user to hide extension for the page

Added by Ayush Khandelwal over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Urgent
Assignee:
Target version:
Start date:
05/08/2023
Due date:
05/08/2023
% Done:

100%

Estimated time:
2.00 h

Description

Today, we show the closed extension under some conditions.

In the closed state, under the arrow and at the top of the purple area, add a X button. Clicking on this should stop showing the extension. If the user reloads this page, it is fine to show. Let the colour of X be bold black.

In the open state, show the X in the rightmost part of the white band (basically to the right of the phrase 'Video Hyperlinker').

As always, do not use cookies of browser storage.

Whenever the user does this, a searchable line should be recorded in the server logs.

Of course, if user goes to other videos/pages, show as per current rules.

Logging Extension API request body structure:

{
    "videoIdData": {
        "youtube.com": {
            "hideExtensionClickCount": 1,
            "videoSupported": true/false
        }
    }
}

Also available in: Atom PDF