VideoFix

FixVideo.

Vad är VideoFix?

VideoFix är en Chrome-tillägg utvecklad av Shinao, och dess huvudfunktion är "FixVideo.".

Ladda ner VideoFix-förlängningens CRX-fil

Ladda ner VideoFix-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

                        [SPACE] : Pause/Play video
[R] : Reload at the specified time
[O/P] : Sound up/down
[B/N] : Quality up/down                    

Grundläggande Information om Tillägg

Namn VideoFix VideoFix
ID fogoflhkjgpjbflhkkclgfbcknmnknpn
Officiell webbadress https://chrome.google.com/webstore/detail/videofix/fogoflhkjgpjbflhkkclgfbcknmnknpn
Beskrivning FixVideo.
Filstorlek 110 KB
Antal Installationer 14
Aktuell Version 1.2
Senast Uppdaterad 2014-04-11
Publiceringsdatum 2014-04-11
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Shinao
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VideoFix",
    "version": "1.2",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "description": "FixVideo.",
    "homepage_url": "http:\/\/google.com\/",
    "background_page": "fix.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "fix.html"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}