Crunchyroll Skipper
Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
Vad är Crunchyroll Skipper?
Crunchyroll Skipper är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll".
Tilläggsskärmbilder
Ladda ner Crunchyroll Skipper-förlängningens CRX-fil
Ladda ner Crunchyroll Skipper-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
                        With this extension users can upload a time frame for either intros or outros per anime episode. Once a time frame is uploaded, a skip button will appear when the episode reaches the uploaded time frame. If the user clicks the skip button, the time frame will be skipped.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ipanhcjnbhelglccnikmfmikmeakbcfk | 
| Officiell webbadress | https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk | 
| Beskrivning | Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll | 
| Filstorlek | 19.04 KB | 
| Antal Installationer | 432 | 
| Aktuell Version | 1.2 | 
| Senast Uppdaterad | 2020-06-10 | 
| Publiceringsdatum | 2020-06-10 | 
| Betyg | 4.33/5 Totalt 3 Betyg | 
| Utvecklare | Unknown | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/Weretiger/crskipper | 
| Hjälpsida URL | https://github.com/Weretiger/crskipper | 
| Stödda Språk | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crunchyroll Skipper",
    "version": "1.2",
    "description": "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*"
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [],
    "manifest_version": 2
}  |  |