Not yet, AV1
Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.
Not yet, AV1 क्या है?
Not yet, AV1 Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Not yet, AV1 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Licensed under MIT License. Based on h264ify by erkserkserks which is also licensed under MIT License.
एक्सटेंशन की मूल जानकारी
नाम | Not yet, AV1 |
ID | dcmllfkiihingappljlkffafnlhdpbai |
आधिकारिक URL | https://chromewebstore.google.com/detail/not-yet-av1/dcmllfkiihingappljlkffafnlhdpbai |
विवरण | Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites. |
फ़ाइल का आकार | 72.63 KB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-11-03 |
प्रकाशन तिथि | 2019-11-02 |
रेटिंग | 4.74/5 कुल 27 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Shimmermare/NotYetAV1 |
समर्थित भाषाएँ | 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" } |