YouTube WATCHED. Classic View
This extension adds a WATCHED mark to the preview of the wholly or partly viewed video, and makes it dimmer. Like in good old days.
Vad är YouTube WATCHED. Classic View?
YouTube WATCHED. Classic View är en Chrome-tillägg utvecklad av https://kiman.odesa.in, och dess huvudfunktion är "This extension adds a WATCHED mark to the preview of the wholly or partly viewed video, and makes it dimmer. Like in good old days.".
Tilläggsskärmbilder
Ladda ner YouTube WATCHED. Classic View-förlängningens CRX-fil
Ladda ner YouTube WATCHED. Classic View-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
YouTube WATCHED extension adds a WATCHED mark to the thumbnail of viewed video, and makes it dimmer.
Grundläggande Information om Tillägg
Namn | YouTube WATCHED. Classic View |
ID | aendhplcpcfjlebhcjfiapmoaiekpkba |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-watched-classic-v/aendhplcpcfjlebhcjfiapmoaiekpkba |
Beskrivning | This extension adds a WATCHED mark to the preview of the wholly or partly viewed video, and makes it dimmer. Like in good old days. |
Filstorlek | 10.4 KB |
Antal Installationer | 11,497 |
Aktuell Version | 0.4.5 |
Senast Uppdaterad | 2022-01-30 |
Publiceringsdatum | 2020-01-03 |
Betyg | 3.88/5 Totalt 121 Betyg |
Utvecklare | https://kiman.odesa.in |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://kiman.odesa.in/2017/08/31/plagin-prosmotreno-na-youtube-dlya-googlechrome/ |
Hjälpsida URL | http://kiman.odesa.in/2017/08/31/youtube-plugin-that-marks-video-watched-for-google-chrome/ |
Stödda Språk | de,en,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_short_chrome_extension_name__", "version": "0.4.5", "manifest_version": 2, "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "exclude_matches": [ "*:\/\/*.youtube.com\/feed\/history\/*" ], "css": [ "style.css" ] } ] } |