Facepunch Fixer
Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…
Facepunch Fixerとは何ですか?
Facepunch FixerはLaharlによって開発されたChromeの拡張機能で、その主な機能は「Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…」です。
拡張機能のスクリーンショット
Facepunch Fixer拡張機能のCRXファイルをダウンロード
Facepunch Fixer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was embedded in the original post will now be embedded in the quote. There is more than likely an error with this somewhere, but I haven't found any yet. Can definitely cause some weird formatting. Works (usually) for:tags,
拡張機能の基本情報
名前 | ![]() |
ID | bpfmgikmjbhelahhkefalkabjhoddped |
公式URL | https://chrome.google.com/webstore/detail/facepunch-fixer/bpfmgikmjbhelahhkefalkabjhoddped |
説明 | Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was… |
ファイルサイズ | 35.25 KB |
インストール数 | 34 |
現在のバージョン | 1.4.3 |
最終更新日 | 2018-03-24 |
公開日 | 2018-03-24 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Laharl |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://forum.facepunch.com/f/meta/bskxx/1/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Facepunch Fixer", "options_page": "options.html", "version": "1.4.3", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/forum.facepunch.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon.png", "64": "icon.png", "32": "icon.png", "16": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "storage", "https:\/\/forum.facepunch.com\/" ] } |