Skiproll
Heighten your life
什么是Skiproll?
Skiproll是由koustubh.nyshadham开发的Chrome扩展程序,该扩展的主要功能是“Heighten your life”。
扩展截图
下载Skiproll扩展crx文件
下载Skiproll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to skip intros on Crunchyroll!
扩展基本信息
名称 | |
ID | imgjlhfmbpbbnibldbjhmkebdklojmkd |
官方URL | https://chrome.google.com/webstore/detail/skiproll/imgjlhfmbpbbnibldbjhmkebdklojmkd |
简介 | Heighten your life |
文件大小 | 12.44 KB |
安装次数 | 1,097 |
当前版本 | 1.0.1 |
更新时间 | 2020-09-22 |
上架时间 | 2020-05-07 |
评分 | 4.33/5 共12次评分 |
开发者 | koustubh.nyshadham |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skiproll", "version": "1.0.1", "description": "Heighten your life", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.crunchyroll.com\/*" ], "run_at": "document_end", "js": [ "content.js" ] } ], "web_accessible_resources": [ "script.js" ] } |