Old YouTube Upload Button
Update because of newer icon.
Co to jest Old YouTube Upload Button?
Old YouTube Upload Button to rozszerzenie Chrome opracowane przez donnaken15, a jego główną funkcją jest „Update because of newer icon.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Old YouTube Upload Button
Pobierz pliki rozszerzeń Old YouTube Upload Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jkiinllijdgelneaclecmpndnidngdea |
Oficjalny URL | https://chrome.google.com/webstore/detail/old-youtube-upload-button/jkiinllijdgelneaclecmpndnidngdea |
Opis | Update because of newer icon. |
Rozmiar pliku | 8.34 KB |
Liczba instalacji | 608 |
Aktualna Wersja | 1.14 |
Ostatnia Aktualizacja | 2018-08-02 |
Data Publikacji | 2018-07-31 |
Ocena | 2.62/5 Łącznie 13 Oceny |
Deweloper | donnaken15 |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |