Keyakizaka46 YouTube Extension

YouTubeで公開されている欅坂46のMVのページに「僕は嫌だ」などのセリフボタンを追加します

What is Keyakizaka46 YouTube Extension?

Keyakizaka46 YouTube Extension is a Chrome extension developed by nishida4u, and its main feature is "YouTubeで公開されている欅坂46のMVのページに「僕は嫌だ」などのセリフボタンを追加します".

Extension Screenshots

screenshot

Download Keyakizaka46 YouTube Extension Extension CRX File

Download Keyakizaka46 YouTube Extension 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で公開されている欅坂46のMVのページに「僕は嫌だ」などのセリフの部分を再生できるボタンを追加します。
・不協和音:「僕は嫌だ」ボタン
・世界には愛しかない:「複雑な世界は単純な感情で動いている」ボタン
・エキセントリック:「もうそういうのうんざりなんだよ」ボタン
・月曜日の朝、スカートを切られた:「あんたは私の何を知る」ボタン                    

Extension Basic Information

Name Keyakizaka46 YouTube Extension Keyakizaka46 YouTube Extension
ID njbffmpcpkbmpoffiejjpbemfbpgdbak
Official URL https://chromewebstore.google.com/detail/keyakizaka46-youtube-exte/njbffmpcpkbmpoffiejjpbemfbpgdbak
Description YouTubeで公開されている欅坂46のMVのページに「僕は嫌だ」などのセリフボタンを追加します
File Size 63.68 KB
Installation Count 12
Current Version 0.0.1
Last Updated 2017-07-21
Publish Date 2017-07-21
Developer nishida4u
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keyakizaka46 YouTube Extension",
    "version": "0.0.1",
    "description": "YouTube\u3067\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u6b05\u574246\u306eMV\u306e\u30da\u30fc\u30b8\u306b\u300c\u50d5\u306f\u5acc\u3060\u300d\u306a\u3069\u306e\u30bb\u30ea\u30d5\u30dc\u30bf\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059",
    "author": "Takeshi Nishida",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/icon32.png",
            "16": "icons\/icon16.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "bootstrap.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "jquery.js",
        "inject.js"
    ],
    "permissions": [
        "tabs"
    ]
}