From cfd75cacb1826c1947ad170c4a2dd99356852971 Mon Sep 17 00:00:00 2001 From: "DONOKO.Anoko" <46491591+donokoanoko@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:11:12 +0900 Subject: [PATCH] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Youtube Studio上でのチャットはURLが違ったので追記 --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6ebcda1..5ff0f9e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "name" : "Move the heart 一二三<3", "description" : "YouTubeのリアクション機能の位置をズラす", - "version" : "1.0.0", + "version" : "1.1.0", "manifest_version" : 3, "content_scripts" : [ { - "matches" : ["*://www.youtube.com/**"], + "matches" : ["*://www.youtube.com/**", "*://studio.youtube.com/**"], "css" : [ "move_heart.css" ]