Y2Cake - the unofficial YouTube™ client

Giving you two-fold YouTube™ searching powers, Y2Cake presents to you an unprecedented amount of control over YouTube™. Really.…

Τι είναι το Y2Cake - the unofficial YouTube™ client;

Το Y2Cake - the unofficial YouTube™ client είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://y2cake.com, και η κύρια λειτουργία του είναι "Giving you two-fold YouTube™ searching powers, Y2Cake presents to you an unprecedented amount of control over YouTube™. Really.…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Y2Cake - the unofficial YouTube™ client

Λήψη αρχείων επέκτασης Y2Cake - the unofficial YouTube™ client σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Giving you two-fold YouTube™ searching powers, Y2Cake presents to you an unprecedented amount of control over YouTube™. Really.

Quickly search for videos without leaving the current site you're on; while you're at it, also search for specific parts of a video à la fulltext-search (shout out to http://github.com/olivernn's lunr.js) 

Start searching for YouTube™ videos with "ctrl-shift-f". Once you've made a selection, you can use Y2Cake once again to search within that video! 

For videos that you can search through, it becomes practically effortless to jump to the parts that you want to hear and watch!

In principle, Y2Cake can help you weed out videos that are title/tagged as one thing, while its content says another. 

Hope you enjoy!

--- 

Controls

'alt-shift-f' starts the extension

'alt-s' toggles the Subtitle option

'alt-d' toggles the Duration option

'tab' will iterate over the list of results

'enter' will select your choice

---

Here's a brief explanation to the motivation behind Y2Cake. In trying out some of the more popular YouTube™ (none of them official) extensons, I've noticed that they all lacked some of the most basic functional features:

    "instasearch" (what we commonly know as search suggestions) as well as some of the basic filters currently available on youtube.com

The "unprecedented" amount of control I mentioned earlier is not a vacuous statement. On videos with captions, you can jump to virtually any place in that video where words are being spoken. 

I hope you find this useful; if you do or don't, please tell me why in the reviews, or get a hold of me via twitter (@rodricios) or email me ([email protected]) :)

*note: in-video searching relies on user or auto-generated captions.                    

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

Όνομα Y2Cake - the unofficial YouTube™ client Y2Cake - the unofficial YouTube™ client
ID fieajlkjlpdnicdlhpbiagnmanjhhlaj
Επίσημο URL https://chrome.google.com/webstore/detail/y2cake-the-unofficial-you/fieajlkjlpdnicdlhpbiagnmanjhhlaj
Περιγραφή Giving you two-fold YouTube™ searching powers, Y2Cake presents to you an unprecedented amount of control over YouTube™. Really.…
Μέγεθος Αρχείου 230 KB
Αριθμός Εγκαταστάσεων 64
Τρέχουσα Έκδοση 0.0.105
Τελευταία Ενημέρωση 2015-02-03
Ημερομηνία Δημοσίευσης 2015-02-03
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://y2cake.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://y2cake.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Y2Cake - the unofficial YouTube\u2122 client",
    "short_name": "Y2Cake",
    "author": "Rodrigo Palacios",
    "homepage_url": "http:\/\/y2cake.com",
    "description": "",
    "version": "0.0.105",
    "permissions": [
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/suggestqueries.google.com\/complete\/*",
        "https:\/\/gdata.youtube.com\/feeds\/api\/*",
        "https:\/\/clients1.google.com\/complete\/search*",
        "https:\/\/twitter.com\/intent\/*",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "16": "img\/Y2C_icon16.png",
        "32": "img\/Y2C_icon32.png",
        "48": "img\/Y2C_icon48.png",
        "128": "img\/Y2C_icon128.png"
    },
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/Y2C_icon19.png",
            "38": "img\/Y2C_icon38.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/y2cake.com\/*"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "scripts\/y2cake.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+F",
                "mac": "Alt+Shift+F",
                "chromeos": "Alt+Shift+F",
                "linux": "Alt+Shift+F"
            }
        }
    }
}