Old YouTube Upload Button

Update because of newer icon.

Vad är Old YouTube Upload Button?

Old YouTube Upload Button är en Chrome-tillägg utvecklad av donnaken15, och dess huvudfunktion är "Update because of newer icon.".

Tilläggsskärmbilder

screenshot

Ladda ner Old YouTube Upload Button-förlängningens CRX-fil

Ladda ner Old YouTube Upload Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Old YouTube Upload Button Old YouTube Upload Button
ID jkiinllijdgelneaclecmpndnidngdea
Officiell webbadress https://chrome.google.com/webstore/detail/old-youtube-upload-button/jkiinllijdgelneaclecmpndnidngdea
Beskrivning Update because of newer icon.
Filstorlek 8.34 KB
Antal Installationer 608
Aktuell Version 1.14
Senast Uppdaterad 2018-08-02
Publiceringsdatum 2018-07-31
Betyg 2.62/5 Totalt 13 Betyg
Utvecklare donnaken15
Betalningssätt free
Stödda Språk 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"
        }
    ]
}