Youtube - Remove watched fixer
Actually remove watched Youtube videos from the Watch Later playlist
Vad är Youtube - Remove watched fixer?
Youtube - Remove watched fixer är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Actually remove watched Youtube videos from the Watch Later playlist".
Ladda ner Youtube - Remove watched fixer-förlängningens CRX-fil
Ladda ner Youtube - Remove watched fixer-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
For many people, the "Remove watched" button in Youtube's "Watch later" playlist doesn't work. This extension replaces that button with a workaround. Grundläggande Information om Tillägg
| Namn | |
| ID | bnmbkjfobcamomnepifeoehjbgodldpc |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc |
| Beskrivning | Actually remove watched Youtube videos from the Watch Later playlist |
| Filstorlek | 37.31 KB |
| Antal Installationer | 369 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2016-02-09 |
| Publiceringsdatum | 2016-02-09 |
| Betyg | 3.77/5 Totalt 13 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |