Crunchyroll One Piece Title Card Skipper
Skip to title card and improve the One Piece experience.
什麼是Crunchyroll One Piece Title Card Skipper?
Crunchyroll One Piece Title Card Skipper是由rdongre開發的Chrome擴展程式,該擴展的主要功能是“Skip to title card and improve the One Piece experience.”。
擴展截圖
下載Crunchyroll One Piece Title Card Skipper擴展crx文件
下載Crunchyroll One Piece Title Card Skipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to: - Skip to the title card of One Piece in Crunchyroll based on user comments - Increase playback speed up to 2x on all of Crunchyroll - Decrease playback speed on all of Crunchyroll
擴展基本資訊
名稱 | Crunchyroll One Piece Title Card Skipper |
ID | nnndgckkckldmgmjhdeinogflbneicic |
官方網址 | https://chromewebstore.google.com/detail/crunchyroll-one-piece-tit/nnndgckkckldmgmjhdeinogflbneicic |
簡介 | Skip to title card and improve the One Piece experience. |
檔案大小 | 21.45 KB |
安裝次數 | 174 |
目前版本 | 1.0.0 |
更新時間 | 2021-02-01 |
上架時間 | 2021-01-31 |
評分 | 2.00/5 共 4 次評分 |
開發者 | rdongre |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crunchyroll One Piece Title Card Skipper", "version": "1.0.0", "description": "Skip to title card and improve the One Piece experience.", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon.png" }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.crunchyroll.com\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "playback.js" ] } ], "permissions": [ "activeTab", "declarativeContent", "storage" ], "manifest_version": 2 } |