Disney plus intro skipper
skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
What is Disney plus intro skipper?
Disney plus intro skipper is a Chrome extension developed by lork6, and its main feature is "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)".
Extension Screenshots
Download Disney plus intro skipper Extension CRX File
Download Disney plus intro skipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Skips intro in Disney plus by clicking the skip intro button. The extension works in the background so you dont have to do anything. The extension works only on disney plus.
Extension Basic Information
Name | Disney plus intro skipper |
ID | eagfmcaogjlblkinepdnkipedhbladjj |
Official URL | https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj |
Description | skips intro Disney plus intro if does not work sorry for that but i wont fix it :) |
File Size | 3.21 KB |
Installation Count | 40 |
Current Version | 1.3 |
Last Updated | 2022-06-22 |
Publish Date | 2022-06-21 |
Developer | lork6 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney plus intro skipper", "description": "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)", "version": "1.3", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.disneyplus.com\/*\/video\/*", "https:\/\/www.disneyplus.com\/video\/*" ], "js": [ "disney.js" ] } ] } |