Old YouTube Upload Button

Update because of newer icon.

Qu'est-ce que Old YouTube Upload Button ?

Old YouTube Upload Button est une extension Chrome développée par donnaken15, et sa fonction principale est "Update because of newer icon.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Old YouTube Upload Button

Téléchargez les fichiers d'extension Old YouTube Upload Button 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

                        For users who need the button back and hate the new layouts and styles on the site, like I do, so that's why this extension exists.                    

Informations de Base sur l'Extension

Nom Old YouTube Upload Button Old YouTube Upload Button
ID jkiinllijdgelneaclecmpndnidngdea
URL Officiel https://chrome.google.com/webstore/detail/old-youtube-upload-button/jkiinllijdgelneaclecmpndnidngdea
Description Update because of newer icon.
Taille du Fichier 8.34 KB
Nombre d'Installations 608
Version Actuelle 1.14
Dernière Mise à Jour 2018-08-02
Date de Publication 2018-07-31
Évaluation 2.62/5 Total 13 Évaluations
Développeur donnaken15
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old YouTube Upload Button",
    "version": "1.14",
    "manifest_version": 2,
    "description": "Update because of newer icon.",
    "homepage_url": "http:\/\/wez35.weebly.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": [],
    "default_locale": "en",
    "web_accessible_resources": [
        "src\/replace_button.js"
    ],
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/replace_button.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}