動畫瘋 Plus
讓巴哈動畫瘋在使用上更方便。 主要功能大部分都擺在右鍵裡 目前功能: - 自動點選年齡分級確認(可選) - 開關燈 - 跳 OP (以幾個常見的 OP 長度為標準) - 調整影片速度 - 切換子母畫面(Chrome 內建功能)…
Was ist 動畫瘋 Plus?
動畫瘋 Plus ist eine Chrome-Erweiterung, die von https://splitline.github.io entwickelt wurde, und ihr Hauptmerkmal ist "讓巴哈動畫瘋在使用上更方便。 主要功能大部分都擺在右鍵裡 目前功能: - 自動點選年齡分級確認(可選) - 開關燈 - 跳 OP (以幾個常見的 OP 長度為標準) - 調整影片速度 - 切換子母畫面(Chrome 內建功能)…".
Erweiterungsscreenshots
動畫瘋 Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie 動畫瘋 Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
讓巴哈動畫瘋在使用上更方便。 主要功能大部分都擺在右鍵裡 目前功能: - 自動點選年齡分級確認(可選) - 開關燈 - 跳 OP (以幾個常見的 OP 長度為標準) - 調整影片速度 - 切換子母畫面(Chrome 內建功能) Github:https://github.com/splitline/AnimateGamerPlus
Grundlegende Informationen zur Erweiterung
Name | 動畫瘋 Plus |
ID | ajgafpcbdchnokkfimcnmoemeldnefnl |
Offizielle URL | https://chromewebstore.google.com/detail/%E5%8B%95%E7%95%AB%E7%98%8B-plus/ajgafpcbdchnokkfimcnmoemeldnefnl |
Beschreibung | 讓巴哈動畫瘋在使用上更方便。 主要功能大部分都擺在右鍵裡 目前功能: - 自動點選年齡分級確認(可選) - 開關燈 - 跳 OP (以幾個常見的 OP 長度為標準) - 調整影片速度 - 切換子母畫面(Chrome 內建功能)… |
Dateigröße | 35.98 KB |
Installationsanzahl | 1,955 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2018-12-06 |
Veröffentlichungsdatum | 2018-12-05 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://splitline.github.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/splitline/AnimateGamerPlus |
Unterstützte Sprachen | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u52d5\u756b\u760b Plus", "version": "1.0.0", "manifest_version": 2, "description": "", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/ani.gamer.com.tw\/animeVideo.php?sn=*" ], "css": [ "css\/style.css" ], "js": [ "js\/main.js" ], "all_frames": true, "run_at": "document_idle" } ] } |