Old YouTube Upload Button
Update because of newer icon.
Apa itu Old YouTube Upload Button?
Old YouTube Upload Button adalah ekstensi Chrome yang dikembangkan oleh donnaken15, dan fitur utamanya adalah "Update because of newer icon.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Old YouTube Upload Button
Unduh file ekstensi Old YouTube Upload Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jkiinllijdgelneaclecmpndnidngdea |
URL Resmi | https://chrome.google.com/webstore/detail/old-youtube-upload-button/jkiinllijdgelneaclecmpndnidngdea |
Deskripsi | Update because of newer icon. |
Ukuran File | 8.34 KB |
Jumlah Instalasi | 608 |
Versi Saat Ini | 1.14 |
Terakhir Diperbarui | 2018-08-02 |
Tanggal Publikasi | 2018-07-31 |
Penilaian | 2.62/5 Total 13 Penilaian |
Pengembang | donnaken15 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |