VRV Next Button

Adds a next button to vrv so you can skip episodes.

Vad är VRV Next Button?

VRV Next Button är en Chrome-tillägg utvecklad av sepehr411, och dess huvudfunktion är "Adds a next button to vrv so you can skip episodes.".

Tilläggsskärmbilder

screenshot

Ladda ner VRV Next Button-förlängningens CRX-fil

Ladda ner VRV Next Button-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

                        Adds a next button to vrv so you can skip episodes.                    

Grundläggande Information om Tillägg

Namn VRV Next Button VRV Next Button
ID bogncfgdkcjpdnaemoapihoigbhblnla
Officiell webbadress https://chrome.google.com/webstore/detail/vrv-next-button/bogncfgdkcjpdnaemoapihoigbhblnla
Beskrivning Adds a next button to vrv so you can skip episodes.
Filstorlek 40.02 KB
Antal Installationer 255
Aktuell Version 1.0.2
Senast Uppdaterad 2020-01-04
Publiceringsdatum 2020-01-04
Betyg 3.86/5 Totalt 7 Betyg
Utvecklare sepehr411
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VRV Next Button",
    "short_name": "VrvNextButton",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/static.vrv.co\/*"
            ],
            "js": [
                "index.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}