Hide Watched
Hide watched videos.
什麼是Hide Watched?
Hide Watched是由Alexander Logach開發的Chrome擴展程式,該擴展的主要功能是“Hide watched videos.”。
擴展截圖
下載Hide Watched擴展crx文件
下載Hide Watched擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use this extension to hide all watched videos, extension also hides all videos with progress more than 40%.
Video will be available again after page reload.
It can helps a lot when you travel through channels, especially when you search for new videos in your subscriptions.
Instructions:
Just click on extension icon being on page where you want to hide all watched (also more than 40% viewed) videos.
Typically you will need to click it couple times, because Youtube will add oldest video.
I recommend to add Hotkey for the extension.
Расширение позволяет скрыть все просмотренные видео, также скрываются видео прогресс просмотра которых более 40%
Находясь на странице где присутствуют "Просмотренные" видео (а также просмотренные более чем на 40%), нажмите на иконку расширения, и видео будут убраны.
Рекомендую повесить расширение на горячую клавишу. 擴展基本資訊
| 名稱 | |
| ID | fdfakmaakflfeclamkkgjphjjpclfgjj |
| 官方網址 | https://chromewebstore.google.com/detail/hide-watched/fdfakmaakflfeclamkkgjphjjpclfgjj |
| 簡介 | Hide watched videos. |
| 檔案大小 | 15.71 KB |
| 安裝次數 | 215 |
| 目前版本 | 1.0 |
| 更新時間 | 2019-03-26 |
| 上架時間 | 2019-03-25 |
| 評分 | 3.67/5 共 3 次評分 |
| 開發者 | Alexander Logach |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hide Watched",
"description": "Hide watched videos.",
"version": "1.0",
"icons": {
"128": "images\/128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": [],
"permissions": [
"activeTab"
],
"manifest_version": 2
} | |