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 |
官方網址 | 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" ] } |