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…
Co je Facepunch Fixer?
Facepunch Fixer je rozšíření Chrome vyvinuté Laharl, a jeho hlavní funkcí je „Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Facepunch Fixer
Stáhněte si soubory rozšíření Facepunch Fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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,
Základní Informace o Rozšíření
Název | ![]() |
ID | bpfmgikmjbhelahhkefalkabjhoddped |
Oficiální URL | https://chrome.google.com/webstore/detail/facepunch-fixer/bpfmgikmjbhelahhkefalkabjhoddped |
Popis | Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was… |
Velikost souboru | 35.25 KB |
Počet instalací | 34 |
Aktuální Verze | 1.4.3 |
Poslední Aktualizace | 2018-03-24 |
Datum Vydání | 2018-03-24 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Laharl |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://forum.facepunch.com/f/meta/bskxx/1/ |
Podporované Jazyky | 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\/" ] } |