Not yet, AV1
Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.
Vad är Not yet, AV1?
Not yet, AV1 är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.".
Tilläggsskärmbilder
Ladda ner Not yet, AV1-förlängningens CRX-fil
Ladda ner Not yet, AV1-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Licensed under MIT License.
Based on h264ify by erkserkserks which is also licensed under MIT License. Grundläggande Information om Tillägg
| Namn | |
| ID | dcmllfkiihingappljlkffafnlhdpbai |
| Officiell webbadress | https://chromewebstore.google.com/detail/not-yet-av1/dcmllfkiihingappljlkffafnlhdpbai |
| Beskrivning | Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites. |
| Filstorlek | 72.63 KB |
| Antal Installationer | 4,000 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2019-11-03 |
| Publiceringsdatum | 2019-11-02 |
| Betyg | 4.74/5 Totalt 27 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Shimmermare/NotYetAV1 |
| Stödda Språk | 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"
} | |