Where's that Sound?

Allows you to find any playing video within your Google+ Stream, even if you scrolled away.

Τι είναι το Where's that Sound?;

Το Where's that Sound? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.maui.at, και η κύρια λειτουργία του είναι "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Where's that Sound?

Λήψη αρχείων επέκτασης Where's that Sound? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Allows you to find any playing video within your Google+ Stream, even if you scrolled away.                    

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

Όνομα Where's that Sound? Where's that Sound?
ID kcjppglmaccmdjnpidgfjmmegofnoddb
Επίσημο URL https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb
Περιγραφή Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Μέγεθος Αρχείου 56.58 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2014-05-09
Ημερομηνία Δημοσίευσης 2014-05-09
Προγραμματιστής http://www.maui.at
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where's that Sound?",
    "version": "0.0.1",
    "author": "Sebastian Mauer",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/plus.google.com\/*",
                "https:\/\/plus.google.com\/*",
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "wts.css"
            ],
            "all_frames": true,
            "js": [
                "jquery.js",
                "wts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ],
    "manifest_version": 2
}