The FFZ Enhancing Add-On
An add-on for enhancing functionality of "FrankerFaceZ"
The FFZ Enhancing Add-Onとは何ですか?
The FFZ Enhancing Add-OnはTester007によって開発されたChromeの拡張機能で、その主な機能は「An add-on for enhancing functionality of "FrankerFaceZ"」です。
拡張機能のスクリーンショット
The FFZ Enhancing Add-On拡張機能のCRXファイルをダウンロード
The FFZ Enhancing Add-On拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds some helpful functionality to FFZ extension.
You can check currently available enhancements on the screenshots.
For this extension to work you first need to install "FrankerFaceZ" from https://chrome.google.com/webstore/detail/fadndhdgpmmaapbmfcknlfgcflmmmieb
This extension does not transmit or collect any information. 拡張機能の基本情報
| 名前 | |
| ID | dpjloclnedokpfjlolaebpbaclbdigon |
| 公式URL | https://chromewebstore.google.com/detail/the-ffz-enhancing-add-on/dpjloclnedokpfjlolaebpbaclbdigon |
| 説明 | An add-on for enhancing functionality of "FrankerFaceZ" |
| ファイルサイズ | 26.69 KB |
| インストール数 | 20,000 |
| 現在のバージョン | 6.0 |
| 最終更新日 | 2019-11-07 |
| 公開日 | 2019-11-05 |
| 評価 | 4.53/5 合計 17 レビュー |
| 開発者 | Tester007 |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://tester798.github.io/ffzenhancing/ |
| ヘルプページのURL | https://tester798.github.io/ffzenhancing/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "The FFZ Enhancing Add-On",
"short_name": "ffzenhancing",
"description": "An add-on for enhancing functionality of \"FrankerFaceZ\"",
"version": "6.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"script.js"
],
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"exclude_globs": [
"*:\/\/api.twitch.tv\/*"
]
}
],
"permissions": [
"*:\/\/*.twitch.tv\/*"
]
} | |