Netflix Volume Slider Fix
Fixes the Netflix Volume slider, making the response logarithmic rather than linear.
Vad är Netflix Volume Slider Fix?
Netflix Volume Slider Fix är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Fixes the Netflix Volume slider, making the response logarithmic rather than linear.".
Ladda ner Netflix Volume Slider Fix-förlängningens CRX-fil
Ladda ner Netflix Volume Slider Fix-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
Fixes the Netflix Volume Slider, making the response logarithmic rather than linear. Grundläggande Information om Tillägg
| Namn | |
| ID | incggfbeiaapdkopakigkakdkpkfdfdd |
| Officiell webbadress | https://chromewebstore.google.com/detail/netflix-volume-slider-fix/incggfbeiaapdkopakigkakdkpkfdfdd |
| Beskrivning | Fixes the Netflix Volume slider, making the response logarithmic rather than linear. |
| Filstorlek | 4.34 KB |
| Antal Installationer | 39 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2018-07-14 |
| Publiceringsdatum | 2018-07-14 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix Volume Slider Fix",
"version": "1.0",
"author": "Boris Popik (github.com\/enlyth)",
"description": "Fixes the Netflix Volume slider, making the response logarithmic rather than linear.",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"*:\/\/*.netflix.com\/*"
],
"js": [
"inject.js"
]
}
],
"permissions": [
"activeTab"
],
"web_accessible_resources": [
"main.js"
]
} | |