YouTube: Filter Subscriptions
Only see the videos you want in your subscription feed
Hvad er YouTube: Filter Subscriptions?
YouTube: Filter Subscriptions er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Only see the videos you want in your subscription feed".
Udvidelsesskærmbilleder
Download YouTube: Filter Subscriptions-udvidelses-CRX-fil
Download YouTube: Filter Subscriptions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | abiapkipdmjcakccdnbmohggiohkjmhk |
| Officiel URL | https://chromewebstore.google.com/detail/youtube-filter-subscripti/abiapkipdmjcakccdnbmohggiohkjmhk |
| Beskrivelse | Only see the videos you want in your subscription feed |
| Filstørrelse | 6.32 KB |
| Antal Installationer | 84 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2016-04-29 |
| Udgivelsesdato | 2016-04-29 |
| Bedømmelse | 1.57/5 Samlet 7 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |