Old YouTube Upload Button

Update because of newer icon.

Wat is Old YouTube Upload Button?

Old YouTube Upload Button is een Chrome-extensie ontwikkeld door donnaken15, en de belangrijkste functie is "Update because of newer icon.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Old YouTube Upload Button

Download Old YouTube Upload Button-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

                        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.                    

Basisinformatie over de Extensie

Naam Old YouTube Upload Button Old YouTube Upload Button
ID jkiinllijdgelneaclecmpndnidngdea
Officiële URL https://chrome.google.com/webstore/detail/old-youtube-upload-button/jkiinllijdgelneaclecmpndnidngdea
Beschrijving Update because of newer icon.
Bestandsgrootte 8.34 KB
Aantal Installaties 608
Huidige Versie 1.14
Laatst Bijgewerkt 2018-08-02
Publicatiedatum 2018-07-31
Beoordeling 2.62/5 Totaal 13 Beoordelingen
Ontwikkelaar donnaken15
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}