ユーチューブ見やすく!!
ユーチューブを見やすくします!!
Wat is ユーチューブ見やすく!!?
ユーチューブ見やすく!! is een Chrome-extensie ontwikkeld door https://yuki0311.com, en de belangrijkste functie is "ユーチューブを見やすくします!!".
Extensie Screenshots
Download het CRX-bestand van de extensie ユーチューブ見やすく!!
Download ユーチューブ見やすく!!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
youtubeを見やすくするchrome拡張機能です。youtubeにある上のバーを固定化し小さくします。
Basisinformatie over de Extensie
Naam | |
ID | cfbgjaoabchkibpphiklamgacbjgnlfe |
Officiële 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 |
Beschrijving | ユーチューブを見やすくします!! |
Bestandsgrootte | 334 KB |
Aantal Installaties | 50 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-03-30 |
Publicatiedatum | 2020-03-30 |
Ontwikkelaar | https://yuki0311.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://yuki0311.com |
Help Pagina-URL | https://yuki0311.com |
Ondersteunde Talen | 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" ] } ] } |