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…

Wat is Facepunch Fixer?

Facepunch Fixer is een Chrome-extensie ontwikkeld door Laharl, en de belangrijkste functie is "Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Facepunch Fixer

Download Facepunch Fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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, 

Basisinformatie over de Extensie

Naam Facepunch Fixer Facepunch Fixer
ID bpfmgikmjbhelahhkefalkabjhoddped
Officiële URL https://chrome.google.com/webstore/detail/facepunch-fixer/bpfmgikmjbhelahhkefalkabjhoddped
Beschrijving Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…
Bestandsgrootte 35.25 KB
Aantal Installaties 34
Huidige Versie 1.4.3
Laatst Bijgewerkt 2018-03-24
Publicatiedatum 2018-03-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Laharl
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://forum.facepunch.com/f/meta/bskxx/1/
Ondersteunde Talen 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\/"
    ]
}