opre_comment_transparent
display openrec comment to full screen.
What is opre_comment_transparent?
opre_comment_transparent is a Chrome extension developed by machidadada, and its main feature is "display openrec comment to full screen.".
Extension Screenshots
Download opre_comment_transparent Extension CRX File
Download opre_comment_transparent 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
openrecでフルスクリーンにした時にコメントを表示するChrome拡張 Extension Basic Information
| Name | |
| ID | pdoejgemginjhpnbhkkhihelcmlkbpah |
| Official URL | https://chromewebstore.google.com/detail/oprecommenttransparent/pdoejgemginjhpnbhkkhihelcmlkbpah |
| Description | display openrec comment to full screen. |
| File Size | 35.32 KB |
| Installation Count | 98 |
| Current Version | 0.0.1 |
| Last Updated | 2018-04-23 |
| Publish Date | 2018-04-23 |
| Developer | machidadada |
| Payment Type | free |
| Supported Languages | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "opre_comment_transparent",
"version": "0.0.1",
"manifest_version": 2,
"description": "display openrec comment to full screen.",
"icons": {
"48": "48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.openrec.tv\/live\/*"
],
"js": [
"scripts\/resource\/jquery-3.2.1.min.js",
"scripts\/contentscript.js"
],
"run_at": "document_end"
}
]
} | |