I'm Feeling Lucky for YouTube

Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!

Co to jest I'm Feeling Lucky for YouTube?

I'm Feeling Lucky for YouTube to rozszerzenie Chrome opracowane przez http://bewisse.com, a jego główną funkcją jest „Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia I'm Feeling Lucky for YouTube

Pobierz pliki rozszerzeń I'm Feeling Lucky for YouTube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Enhanced search and navigation for YouTube.

- Right click to search on YouTube.
- Type "yt" in the address bar, press  or , then enter the query to search on YouTube.
- On YouTube search result page / home page, press '1' - '9' to go directly to the result link (1 is the top result)

Learn more at https://bewisse.com/quicktube/                    

Podstawowe informacje o rozszerzeniu

Nazwa I'm Feeling Lucky for YouTube I'm Feeling Lucky for YouTube
ID eipnjklflfkomnpkopjojndaoecbihjj
Oficjalny URL https://chrome.google.com/webstore/detail/im-feeling-lucky-for-yout/eipnjklflfkomnpkopjojndaoecbihjj
Opis Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!
Rozmiar pliku 23.03 KB
Liczba instalacji 175
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2021-10-07
Data Publikacji 2020-06-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://bewisse.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://bewisse.com/quicktube/
Adres URL Strony Pomocy https://bewisse.com/quicktube/
Adres URL Strony Polityki Prywatności https://modheader.com/privacy
Obsługiwane Języki en,vi,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "omnibox": {
        "keyword": "yt"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index-b5fba68d.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "assets\/index-306ef382.js"
        ]
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "incognito": "spanning",
    "permissions": [
        "contextMenus",
        "https:\/\/suggestqueries.google.com\/"
    ],
    "web_accessible_resources": [
        "content\/index.js"
    ]
}