Flapjack Scream
Adds a button that will play the flapjack scream.
Flapjack Screamとは何ですか?
Flapjack ScreamはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Adds a button that will play the flapjack scream.」です。
拡張機能のスクリーンショット
Flapjack Scream拡張機能のCRXファイルをダウンロード
Flapjack Scream拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a button that will play the flapjack scream.
拡張機能の基本情報
名前 | |
ID | llfkmholofohlodlgnlclhbengmfmllo |
公式URL | https://chromewebstore.google.com/detail/flapjack-scream/llfkmholofohlodlgnlclhbengmfmllo |
説明 | Adds a button that will play the flapjack scream. |
ファイルサイズ | 942 KB |
インストール数 | 26 |
現在のバージョン | 1.4 |
最終更新日 | 2019-01-07 |
公開日 | 2019-01-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "browser_action": { "default_icon": "mask16.png", "default_title": "UUUAAAAGGH" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds a button that will play the flapjack scream.", "background": { "scripts": [ "background.js" ] }, "name": "Flapjack Scream", "permissions": [], "icons": { "48": "mask48.png", "128": "mask128.png", "16": "mask16.png" }, "manifest_version": 2, "version": "1.4" } |