Joseph Joestar errors
Jojo reacts to browser errors
Joseph Joestar errorsとは何ですか?
Joseph Joestar errorsはJoãoによって開発されたChromeの拡張機能で、その主な機能は「Jojo reacts to browser errors」です。
拡張機能のスクリーンショット
Joseph Joestar errors拡張機能のCRXファイルをダウンロード
Joseph Joestar errors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Plays a sound with a Joseph Joestar reaction when a page could not be loaded. Also plays a sound when accessing certain URLs (with the word "world" in them). The speed and volume of the sounds are configurable. I don't own anything, please don't sue me.
拡張機能の基本情報
名前 | |
ID | hpocdhebfmmoaicegpnemlnieoiklhpn |
公式URL | https://chrome.google.com/webstore/detail/joseph-joestar-errors/hpocdhebfmmoaicegpnemlnieoiklhpn |
説明 | Jojo reacts to browser errors |
ファイルサイズ | 1.16 MB |
インストール数 | 155 |
現在のバージョン | 1.2 |
最終更新日 | 2020-03-21 |
公開日 | 2020-03-19 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | João |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Joseph Joestar errors", "description": "Jojo reacts to browser errors", "short_name": "Jojo errors", "version": "1.2", "manifest_version": 2, "permissions": [ "webNavigation" ], "background": { "scripts": [ "common.js", "background.js" ] }, "browser_action": { "default_icon": "jj 32.png", "default_title": "Settings", "default_popup": "popup.html" }, "icons": { "16": "jj 16.png", "48": "jj 48.png", "128": "jj 128.png", "256": "jj 256.png" } } |