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…
Cos'è Facepunch Fixer?
Facepunch Fixer è un'estensione di Chrome sviluppata da Laharl, e la sua funzione principale è "Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Facepunch Fixer
Scarica i file di estensione Facepunch Fixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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,
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | bpfmgikmjbhelahhkefalkabjhoddped |
URL Ufficiale | https://chrome.google.com/webstore/detail/facepunch-fixer/bpfmgikmjbhelahhkefalkabjhoddped |
Descrizione | Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was… |
Dimensione del File | 35.25 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.4.3 |
Ultimo Aggiornamento | 2018-03-24 |
Data di Pubblicazione | 2018-03-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Laharl |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://forum.facepunch.com/f/meta/bskxx/1/ |
Lingue Supportate | 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\/" ] } |