YouTube™ Redirector

Automatically redirects logged in users to the subscriptions page.

Was ist YouTube™ Redirector?

YouTube™ Redirector ist eine Chrome-Erweiterung, die von https://mrkannah.com entwickelt wurde, und ihr Hauptmerkmal ist "Automatically redirects logged in users to the subscriptions page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

YouTube™ Redirector-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube™ Redirector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube™ Redirector YouTube™ Redirector
ID fnlklbjlpkkdnelohembgpdahpfpfcbp
Offizielle URL https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp
Beschreibung Automatically redirects logged in users to the subscriptions page.
Dateigröße 44.4 KB
Installationsanzahl 62
Aktuelle Version 2.2.0
Letztes Update 2017-10-18
Veröffentlichungsdatum 2017-10-17
Bewertung 2.33/5 Insgesamt 6 Bewertungen
Entwickler https://mrkannah.com
Zahlungsart free
Unterstützte Sprachen 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
}