Old YouTube Upload Button
Update because of newer icon.
What is Old YouTube Upload Button?
Old YouTube Upload Button is a Chrome extension developed by donnaken15, and its main feature is "Update because of newer icon.".
Extension Screenshots
Download Old YouTube Upload Button Extension CRX File
Download Old YouTube Upload Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jkiinllijdgelneaclecmpndnidngdea |
Official URL | https://chrome.google.com/webstore/detail/old-youtube-upload-button/jkiinllijdgelneaclecmpndnidngdea |
Description | Update because of newer icon. |
File Size | 8.34 KB |
Installation Count | 608 |
Current Version | 1.14 |
Last Updated | 2018-08-02 |
Publish Date | 2018-07-31 |
Rating | 2.62/5 Total 13 Ratings |
Developer | donnaken15 |
Payment Type | free |
Supported Languages | 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" } ] } |