Not yet, AV1
Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.
Wat is Not yet, AV1?
Not yet, AV1 is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Not yet, AV1
Download Not yet, AV1-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Licensed under MIT License. Based on h264ify by erkserkserks which is also licensed under MIT License.
Basisinformatie over de Extensie
Naam | Not yet, AV1 |
ID | dcmllfkiihingappljlkffafnlhdpbai |
Officiële URL | https://chromewebstore.google.com/detail/not-yet-av1/dcmllfkiihingappljlkffafnlhdpbai |
Beschrijving | Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites. |
Bestandsgrootte | 72.63 KB |
Aantal Installaties | 4,000 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-11-03 |
Publicatiedatum | 2019-11-02 |
Beoordeling | 4.74/5 Totaal 27 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/Shimmermare/NotYetAV1 |
Ondersteunde Talen | 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" } |