MeTube
YouTube subscription improvements
Vad är MeTube?
MeTube är en Chrome-tillägg utvecklad av Scott Inglis, och dess huvudfunktion är "YouTube subscription improvements".
Tilläggsskärmbilder
Ladda ner MeTube-förlängningens CRX-fil
Ladda ner MeTube-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
MeTube is a suite of improvements for the YouTube subscription page as well as a handful of other tweaks. Key features include: -Organizes videos into a grid layout -Replaces "Watch Later" button with "Remove" button -Choose to show or hide watched videos -Remove all watched videos from your feed -Scales "Large Player" to width of description box This was designed to work with the latest revision of the YouTube layout as of February 2014. If you have issues please let me know using the Send Feedback option in the chrome web store.
Grundläggande Information om Tillägg
Namn | |
ID | fceidobfbfedfhodnjmonpfmnbkeclmn |
Officiell webbadress | https://chrome.google.com/webstore/detail/metube/fceidobfbfedfhodnjmonpfmnbkeclmn |
Beskrivning | YouTube subscription improvements |
Filstorlek | 52.7 KB |
Antal Installationer | 908 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2014-09-18 |
Publiceringsdatum | 2014-09-18 |
Betyg | 3.11/5 Totalt 9 Betyg |
Utvecklare | Scott Inglis |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MeTube", "description": "YouTube subscription improvements", "version": "2.0", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "style.css" ], "js": [ "jquery-1.11.0.min.js", "script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |