Youtube - Remove watched fixer
Actually remove watched Youtube videos from the Watch Later playlist
Co je Youtube - Remove watched fixer?
Youtube - Remove watched fixer je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Actually remove watched Youtube videos from the Watch Later playlist“.
Stáhnout soubor CRX rozšíření Youtube - Remove watched fixer
Stáhněte si soubory rozšíření Youtube - Remove watched fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
For many people, the "Remove watched" button in Youtube's "Watch later" playlist doesn't work. This extension replaces that button with a workaround. Základní Informace o Rozšíření
| Název | |
| ID | bnmbkjfobcamomnepifeoehjbgodldpc |
| Oficiální URL | https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc |
| Popis | Actually remove watched Youtube videos from the Watch Later playlist |
| Velikost souboru | 37.31 KB |
| Počet instalací | 369 |
| Aktuální Verze | 0.0.1 |
| Poslední Aktualizace | 2016-02-09 |
| Datum Vydání | 2016-02-09 |
| Hodnocení | 3.77/5 Celkem 13 Hodnocení |
| Vývojář | Unknown |
| Typ Platby | free |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Youtube - Remove watched fixer",
"version": "0.0.1",
"manifest_version": 2,
"description": "Actually remove watched Youtube videos from the Watch Later playlist",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/playlist?list=WL"
],
"js": [
"js\/jquery.min.js",
"js\/script.js"
],
"run_at": "document_end"
}
]
} | |