YouTube™ Redirector
Automatically redirects logged in users to the subscriptions page.
Wat is YouTube™ Redirector?
YouTube™ Redirector is een Chrome-extensie ontwikkeld door https://mrkannah.com, en de belangrijkste functie is "Automatically redirects logged in users to the subscriptions page.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube™ Redirector
Download YouTube™ Redirector-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
An extension that redirects logged in users from the youtube homepage to their subscriptions page. To enable the extension the user must be on youtube.com. Clicking the extension icon will display a menu with the options for the extension.
Basisinformatie over de Extensie
Naam | YouTube™ Redirector |
ID | fnlklbjlpkkdnelohembgpdahpfpfcbp |
Officiële URL | https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp |
Beschrijving | Automatically redirects logged in users to the subscriptions page. |
Bestandsgrootte | 44.4 KB |
Aantal Installaties | 62 |
Huidige Versie | 2.2.0 |
Laatst Bijgewerkt | 2017-10-18 |
Publicatiedatum | 2017-10-17 |
Beoordeling | 2.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://mrkannah.com |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Redirector", "version": "2.2.0", "description": "Automatically redirects logged in users to the subscriptions page.", "background": { "scripts": [ "scripts\/raven.min.js", "background.js" ] }, "page_action": { "default_icon": "icons\/off-48.png", "default_title": "YouTube Redirector", "default_popup": "popUp\/popUp.html" }, "content_security_policy": " script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "tabs", "identity", "*:\/\/*.youtube.com\/*" ], "homepage_url": "http:\/\/mrkannah.com\/", "manifest_version": 2 } |