Searchyy - Find on YouTube by Right-Click

Search highlighted/selected text on YouTube with right click!

Vad är Searchyy - Find on YouTube by Right-Click?

Searchyy - Find on YouTube by Right-Click är en Chrome-tillägg utvecklad av Vladyslav Bova, och dess huvudfunktion är "Search highlighted/selected text on YouTube with right click!".

Tilläggsskärmbilder

screenshot

Ladda ner Searchyy - Find on YouTube by Right-Click-förlängningens CRX-fil

Ladda ner Searchyy - Find on YouTube by Right-Click-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        I developed this extension for myself and I hope you will love it too.

It's pretty simple. Right click on selected text will redirect you on YouTube with the results.

It just saves a time.                    

Grundläggande Information om Tillägg

Namn Searchyy - Find on YouTube by Right-Click Searchyy - Find on YouTube by Right-Click
ID alhnhopmdlijlcdfbmlaflpfbcgfdekh
Officiell webbadress https://chrome.google.com/webstore/detail/searchyy-find-on-youtube/alhnhopmdlijlcdfbmlaflpfbcgfdekh
Beskrivning Search highlighted/selected text on YouTube with right click!
Filstorlek 9.2 KB
Antal Installationer 64
Aktuell Version 1.0
Senast Uppdaterad 2022-02-01
Publiceringsdatum 2022-02-01
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Vladyslav Bova
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.termsfeed.com/live/95cf2d84-de8d-42e0-ba80-1ab7d730e04e
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Searchyy - Find on YouTube by Right-Click",
    "description": "Search highlighted\/selected text on YouTube with right click!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}