9gag commands
Show commands for every video on 9gag
9gag commandsとは何ですか?
9gag commandsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Show commands for every video on 9gag」です。
拡張機能のスクリーンショット
9gag commands拡張機能のCRXファイルをダウンロード
9gag commands拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can see the commands (sound,timeline) for every video (or gif) on 9gag.
拡張機能の基本情報
名前 | 9gag commands |
ID | fnkgbmgihjejioniomohbehbodeaiogf |
公式URL | https://chromewebstore.google.com/detail/9gag-commands/fnkgbmgihjejioniomohbehbodeaiogf |
説明 | Show commands for every video on 9gag |
ファイルサイズ | 13.42 KB |
インストール数 | 131 |
現在のバージョン | 0.1.0 |
最終更新日 | 2019-05-26 |
公開日 | 2019-05-26 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "name": "9gag commands", "version": "0.1.0", "description": "Show commands for every video on 9gag", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/9gag.com\/*" ] } ] } |