ユーチューブ見やすく!!
ユーチューブを見やすくします!!
What is ユーチューブ見やすく!!?
ユーチューブ見やすく!! is a Chrome extension developed by https://yuki0311.com, and its main feature is "ユーチューブを見やすくします!!".
Extension Screenshots
Download ユーチューブ見やすく!! Extension CRX File
Download ユーチューブ見やすく!! 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
youtubeを見やすくするchrome拡張機能です。youtubeにある上のバーを固定化し小さくします。
Extension Basic Information
Name | |
ID | cfbgjaoabchkibpphiklamgacbjgnlfe |
Official URL | https://chromewebstore.google.com/detail/%E3%83%A6%E3%83%BC%E3%83%81%E3%83%A5%E3%83%BC%E3%83%96%E8%A6%8B%E3%82%84%E3%81%99%E3%81%8F%EF%BC%81%EF%BC%81/cfbgjaoabchkibpphiklamgacbjgnlfe |
Description | ユーチューブを見やすくします!! |
File Size | 334 KB |
Installation Count | 50 |
Current Version | 1.0 |
Last Updated | 2020-03-30 |
Publish Date | 2020-03-30 |
Developer | https://yuki0311.com |
[email protected] | |
Payment Type | free |
Extension Website | https://yuki0311.com |
Help Page URL | https://yuki0311.com |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30e6\u30fc\u30c1\u30e5\u30fc\u30d6\u898b\u3084\u3059\u304f\uff01\uff01", "description": "\u30e6\u30fc\u30c1\u30e5\u30fc\u30d6\u3092\u898b\u3084\u3059\u304f\u3057\u307e\u3059\uff01\uff01", "version": "1.0", "manifest_version": 2, "icons": { "32": "icon_32.ico", "48": "icon_48.ico", "64": "icon_64.ico", "128": "icon_128.ico" }, "browser_action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "index.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "css": [ "watch.css" ] } ] } |