YouTube Television Mode
Watch YouTube endlessly as if it was a real TV station.
Vad är YouTube Television Mode?
YouTube Television Mode är en Chrome-tillägg utvecklad av Jason Gauci, och dess huvudfunktion är "Watch YouTube endlessly as if it was a real TV station.".
Ladda ner YouTube Television Mode-förlängningens CRX-fil
Ladda ner YouTube Television Mode-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
This Chrome extension automatically follows suggested videos (the videos on the right-hand side of YouTube) when the video you are watching finishes. The extension keeps track of what you have already watched so you never watch the same video twice.
Grundläggande Information om Tillägg
Namn | |
ID | kleeleapbddibpbhbmdplacclglnpndc |
Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-television-mode/kleeleapbddibpbhbmdplacclglnpndc |
Beskrivning | Watch YouTube endlessly as if it was a real TV station. |
Filstorlek | 74.37 KB |
Antal Installationer | 119 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-02-23 |
Publiceringsdatum | 2014-02-23 |
Betyg | 3.00/5 Totalt 3 Betyg |
Utvecklare | Jason Gauci |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Television Mode", "version": "0.1", "manifest_version": 2, "description": "Watch YouTube endlessly as if it was a real TV station.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "jquery.min.js", "tubeKeys.js" ] } ], "permissions": [ "tabs", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "web_accessible_resources": [ "inject.js", "jquery.min.js" ] } |