Invideo for Youtube

Enabling you to search inside of Youtube Videos

Τι είναι το Invideo for Youtube;

Το Invideo for Youtube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον victor cheng, και η κύρια λειτουργία του είναι "Enabling you to search inside of Youtube Videos".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Invideo for Youtube

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

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

                        Ever wanted to search inside a Youtube video and skip right to your favorite parts? Whether it's a lecture, movie, or 'talk'?

Invideo is here to save you time! ... But only for the "new Youtube" - https://youtube.com/new

Want it for the old Youtube? Leave a comment stating "Old Youtube" and that will motivate me :) 

Please don't hesitate to reach out to me or leave comments. I promise I read every single one of them!

BTW If Invideo Stops Working At Any Point, Try Reloading The Page! 

USAGE - Look for a green "invideo" button. The button will be near the title section of a video. Some videos aren't transcribable.                    

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

Όνομα Invideo for Youtube Invideo for Youtube
ID iacbjlffnpbhgkgknabhkfmlcpdcigab
Επίσημο URL https://chrome.google.com/webstore/detail/invideo-for-youtube/iacbjlffnpbhgkgknabhkfmlcpdcigab
Περιγραφή Enabling you to search inside of Youtube Videos
Μέγεθος Αρχείου 371 KB
Αριθμός Εγκαταστάσεων 19,367
Τρέχουσα Έκδοση 2.15.1
Τελευταία Ενημέρωση 2019-05-05
Ημερομηνία Δημοσίευσης 2019-05-05
Αξιολόγηση 3.55/5 Συνολικά 126 Αξιολογήσεις
Προγραμματιστής victor cheng
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Invideo for Youtube",
    "short_name": "Invideo",
    "version": "2.15.1",
    "manifest_version": 2,
    "description": "Enabling you to search inside of Youtube Videos",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/bundle_background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/bundle_app.js"
            ],
            "css": [
                "css\/transcript.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/bundle_app.js",
        "css\/transcript.css",
        "images\/search.svg",
        "images\/loading.svg",
        ""
    ],
    "browser_action": {
        "default_title": "Invideo",
        "default_icon": {
            "16": "images\/logo16.png",
            "48": "images\/logo48.png"
        },
        "default_popup": "html\/main.html"
    },
    "permissions": [
        "unlimitedStorage",
        "storage",
        "https:\/\/www.youtube.com\/*"
    ]
}