I'm Feeling Lucky for YouTube

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

Τι είναι το I'm Feeling Lucky for YouTube;

Το I'm Feeling Lucky for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://bewisse.com, και η κύρια λειτουργία του είναι "Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης I'm Feeling Lucky for YouTube

Λήψη αρχείων επέκτασης I'm Feeling Lucky for YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα I'm Feeling Lucky for YouTube I'm Feeling Lucky for YouTube
ID eipnjklflfkomnpkopjojndaoecbihjj
Επίσημο URL https://chrome.google.com/webstore/detail/im-feeling-lucky-for-yout/eipnjklflfkomnpkopjojndaoecbihjj
Περιγραφή Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!
Μέγεθος Αρχείου 23.03 KB
Αριθμός Εγκαταστάσεων 175
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2021-10-07
Ημερομηνία Δημοσίευσης 2020-06-10
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://bewisse.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://bewisse.com/quicktube/
Διεύθυνση URL της Σελίδας Βοήθειας https://bewisse.com/quicktube/
URL της Σελίδας Πολιτικής Απορρήτου https://modheader.com/privacy
Υποστηριζόμενες Γλώσσες 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"
    ]
}