DMMPlayerResizer
DMMのポップアップ動画プレイヤーのサイズを記憶します。
What is DMMPlayerResizer?
DMMPlayerResizer is a Chrome extension developed by まどがい, and its main feature is "DMMのポップアップ動画プレイヤーのサイズを記憶します。".
Extension Screenshots
Download DMMPlayerResizer Extension CRX File
Download DMMPlayerResizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
DMMとFANZAのポップアップ動画プレイヤーのサイズを記憶して、次回開いた時にプレイヤーを自動的にリサイズします。 ウィンドウをリサイズした際に現在の位置と大きさが保存されます。ウィンドウ位置を変更しただけでは記憶されないので注意してください。
Extension Basic Information
Name | |
ID | cpnmbddmcmjiolaihgofolcenlifgkmi |
Official URL | https://chrome.google.com/webstore/detail/dmmplayerresizer/cpnmbddmcmjiolaihgofolcenlifgkmi |
Description | DMMのポップアップ動画プレイヤーのサイズを記憶します。 |
File Size | 9.59 KB |
Installation Count | 65 |
Current Version | 1.3.0 |
Last Updated | 2023-04-18 |
Publish Date | 2019-06-12 |
Developer | まどがい |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DMMPlayerResizer", "version": "1.3.0", "description": "DMM\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u52d5\u753b\u30d7\u30ec\u30a4\u30e4\u30fc\u306e\u30b5\u30a4\u30ba\u3092\u8a18\u61b6\u3057\u307e\u3059\u3002", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.dmm.com\/digital\/-\/player\/*", "*:\/\/www.dmm.com\/monthly\/-\/player\/*", "*:\/\/www.dmm.co.jp\/digital\/-\/player\/*", "*:\/\/www.dmm.co.jp\/monthly\/-\/player\/*" ], "js": [ "resize.js" ] }, { "matches": [ "*:\/\/www.dmm.com\/monthly\/prime\/-\/detail\/*", "*:\/\/www.dmm.co.jp\/monthly\/prime\/-\/detail\/*" ], "js": [ "popout.js" ] } ], "permissions": [ "storage" ] } |