YouTube: Filter Subscriptions
Only see the videos you want in your subscription feed
Wat is YouTube: Filter Subscriptions?
YouTube: Filter Subscriptions is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Only see the videos you want in your subscription feed".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube: Filter Subscriptions
Download YouTube: Filter Subscriptions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Filter your subscriptions feed by specifying a channel and part of a title to match. Choose to *only* display these matched videos or to hide them. Basisinformatie over de Extensie
| Naam | |
| ID | abiapkipdmjcakccdnbmohggiohkjmhk |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-filter-subscripti/abiapkipdmjcakccdnbmohggiohkjmhk |
| Beschrijving | Only see the videos you want in your subscription feed |
| Bestandsgrootte | 6.32 KB |
| Aantal Installaties | 84 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2016-04-29 |
| Publicatiedatum | 2016-04-29 |
| Beoordeling | 1.57/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube: Filter Subscriptions",
"description": "Only see the videos you want in your subscription feed",
"version": "0.0.1",
"permissions": [
"storage"
],
"browser_action": {
"default_title": "YouTube: Filter Subscriptions",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/feed\/subscriptions"
],
"js": [
"inject.js"
]
}
]
} | |