Youtube Likes Sidebar Button
Adds a Liked Videos link to the library section of the Youtube sidebar.
Τι είναι το Youtube Likes Sidebar Button;
Το Youtube Likes Sidebar Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://systemcluster.me, και η κύρια λειτουργία του είναι "Adds a Liked Videos link to the library section of the Youtube sidebar.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Youtube Likes Sidebar Button
Λήψη αρχείων επέκτασης Youtube Likes Sidebar Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds a Liked Videos link to the library section of the Youtube sidebar. Integrates seamlessly with the existing sidebar links. 2017-08-30: Updated to support the new Polymer Youtube layout.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ahmdidmhhffpkhgfihmcinmlklpeipjm |
Επίσημο URL | https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm |
Περιγραφή | Adds a Liked Videos link to the library section of the Youtube sidebar. |
Μέγεθος Αρχείου | 9.89 KB |
Αριθμός Εγκαταστάσεων | 250 |
Τρέχουσα Έκδοση | 0.2.0 |
Τελευταία Ενημέρωση | 2018-07-28 |
Ημερομηνία Δημοσίευσης | 2018-07-28 |
Αξιολόγηση | 4.17/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | http://systemcluster.me |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Likes Sidebar Button", "short_name": "Youtube Likes Sidebar Button", "description": "Adds a Liked Videos link to the library section of the Youtube sidebar.", "version": "0.2.0", "author": "Christian Sdunek", "icons": { "16": "chrome\/skin\/icon16.png", "48": "chrome\/skin\/icon48.png", "96": "chrome\/skin\/icon96.png", "128": "chrome\/skin\/icon128.png" }, "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*.youtube.com\/*" ] } |