AcFun HTML5 Player
Open source:https://github.com/esterTion/AcFun-HTML5-Player
AcFun HTML5 Playerとは何ですか?
AcFun HTML5 PlayerはesterTionによって開発されたChromeの拡張機能で、その主な機能は「Open source:https://github.com/esterTion/AcFun-HTML5-Player」です。
拡張機能のスクリーンショット
AcFun HTML5 Player拡張機能のCRXファイルをダウンロード
AcFun HTML5 Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An alternative video player for acfun.cn Permissions explanation: 「Access to all website data」is for video playback, no data are collected or used for other uses. 「Modify data you copy and paste」is for comment copying
拡張機能の基本情報
名前 | AcFun HTML5 Player |
ID | onjihgccojkcmlmlbjmgkcnehdbpbhcf |
公式URL | https://chromewebstore.google.com/detail/acfun-html5-player/onjihgccojkcmlmlbjmgkcnehdbpbhcf |
説明 | Open source:https://github.com/esterTion/AcFun-HTML5-Player |
ファイルサイズ | 167 KB |
インストール数 | 7,314 |
現在のバージョン | 1.9.9.2 |
最終更新日 | 2021-12-08 |
公開日 | 2020-04-13 |
評価 | 4.79/5 合計 165 レビュー |
開発者 | esterTion |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/esterTion/AcFun-HTML5-Player |
ヘルプページのURL | https://github.com/esterTion/AcFun-HTML5-Player/issues |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.9.9.2", "description": "__MSG_extDesc__", "content_scripts": [ { "matches": [ "*:\/\/*.acfun.cn\/*", "*:\/\/*.hapame.com\/*" ], "all_frames": true, "js": [ "analytic_fixer.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.acfun.cn\/v\/*", "*:\/\/*.acfun.cn\/bangumi\/*", "*:\/\/*.hapame.com\/video\/*" ], "all_frames": true, "js": [ "dom_gen.js", "hookFetch.js", "resizeSensor.js", "hls.light.min.js", "hlsjsMediaInfo.min.js", "jquery-3.3.1.min.js", "google-style-loading.min.js", "CommentCoreLibrary.min.js", "biliplus_shield.min.js", "ABPlayer.min.js", "acfun_html5.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*.acfun.cn\/*", "https:\/\/tx.biliplus.com:7823\/*", "storage", "clipboardWrite" ], "background": { "scripts": [ "hookFetch_background.js" ] }, "icons": { "48": "icon.png" }, "default_locale": "en", "web_accessible_resources": [ "ABPlayer.css" ], "minimum_chrome_version": "49.0" } |