YouTube™ Redirector

Automatically redirects logged in users to the subscriptions page.

Qu'est-ce que YouTube™ Redirector ?

YouTube™ Redirector est une extension Chrome développée par https://mrkannah.com, et sa fonction principale est "Automatically redirects logged in users to the subscriptions page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube™ Redirector

Téléchargez les fichiers d'extension YouTube™ Redirector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouTube™ Redirector YouTube™ Redirector
ID fnlklbjlpkkdnelohembgpdahpfpfcbp
URL Officiel https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp
Description Automatically redirects logged in users to the subscriptions page.
Taille du Fichier 44.4 KB
Nombre d'Installations 62
Version Actuelle 2.2.0
Dernière Mise à Jour 2017-10-18
Date de Publication 2017-10-17
Évaluation 2.33/5 Total 6 Évaluations
Développeur https://mrkannah.com
Type de Paiement free
Langues Prises en Charge 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
}