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…
What is Facepunch Fixer?
Facepunch Fixer is a Chrome extension developed by Laharl, and its main feature is "Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…".
Extension Screenshots
Download Facepunch Fixer Extension CRX File
Download Facepunch Fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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,
Extension Basic Information
Name | ![]() |
ID | bpfmgikmjbhelahhkefalkabjhoddped |
Official URL | https://chrome.google.com/webstore/detail/facepunch-fixer/bpfmgikmjbhelahhkefalkabjhoddped |
Description | Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was… |
File Size | 35.25 KB |
Installation Count | 34 |
Current Version | 1.4.3 |
Last Updated | 2018-03-24 |
Publish Date | 2018-03-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Laharl |
[email protected] | |
Payment Type | free |
Extension Website | https://forum.facepunch.com/f/meta/bskxx/1/ |
Supported Languages | 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\/" ] } |