Not yet, AV1
Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.
Co to jest Not yet, AV1?
Not yet, AV1 to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Not yet, AV1
Pobierz pliki rozszerzeń Not yet, AV1 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
Licensed under MIT License. Based on h264ify by erkserkserks which is also licensed under MIT License.
Podstawowe informacje o rozszerzeniu
Nazwa | Not yet, AV1 |
ID | dcmllfkiihingappljlkffafnlhdpbai |
Oficjalny URL | https://chromewebstore.google.com/detail/not-yet-av1/dcmllfkiihingappljlkffafnlhdpbai |
Opis | Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites. |
Rozmiar pliku | 72.63 KB |
Liczba instalacji | 4,000 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2019-11-03 |
Data Publikacji | 2019-11-02 |
Ocena | 4.74/5 Łącznie 27 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Shimmermare/NotYetAV1 |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Not yet, AV1", "version": "1.0.0", "description": "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube-nocookie.com\/*", "*:\/\/*.youtu.be\/*" ], "js": [ "src\/inject\/inject.js", "src\/inject\/content_script.js" ], "run_at": "document_start", "all_frames": true } ], "homepage_url": "https:\/\/github.com\/Shimmermare\/NotYetAV1" } |