Youtube™ YES!
STOP ASKING! I'm here!
Youtube™ YES!とは何ですか?
Youtube™ YES!はkatopzによって開発されたChromeの拡張機能で、その主な機能は「STOP ASKING! I'm here!」です。
拡張機能のスクリーンショット
Youtube™ YES!拡張機能のCRXファイルをダウンロード
Youtube™ YES!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        YOUTUBE STOP ASKING! I'm here!
It's working on my machine, but if is not on yours... be a man and start coding!                     拡張機能の基本情報
| 名前 |  | 
| ID | blfiejjphamjahkpopflmmcidekiiele | 
| 公式URL | https://chromewebstore.google.com/detail/youtube-yes/blfiejjphamjahkpopflmmcidekiiele | 
| 説明 | STOP ASKING! I'm here! | 
| ファイルサイズ | 9.08 KB | 
| インストール数 | 180 | 
| 現在のバージョン | 1.1 | 
| 最終更新日 | 2020-08-03 | 
| 公開日 | 2019-10-30 | 
| 評価 | 4.50/5 合計 4 レビュー | 
| 開発者 | katopz | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube\u2122 YES!",
    "version": "1.1",
    "description": "STOP ASKING! I'm here!",
    "icons": {
        "128": "duck-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "manifest_version": 2
} | |