Youtube Likes Sidebar Button
Adds a Liked Videos link to the library section of the Youtube sidebar.
Vad är Youtube Likes Sidebar Button?
Youtube Likes Sidebar Button är en Chrome-tillägg utvecklad av http://systemcluster.me, och dess huvudfunktion är "Adds a Liked Videos link to the library section of the Youtube sidebar.".
Tilläggsskärmbilder
Ladda ner Youtube Likes Sidebar Button-förlängningens CRX-fil
Ladda ner Youtube Likes Sidebar Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ahmdidmhhffpkhgfihmcinmlklpeipjm |
Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm |
Beskrivning | Adds a Liked Videos link to the library section of the Youtube sidebar. |
Filstorlek | 9.89 KB |
Antal Installationer | 250 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2018-07-28 |
Publiceringsdatum | 2018-07-28 |
Betyg | 4.17/5 Totalt 6 Betyg |
Utvecklare | http://systemcluster.me |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |