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…

Qu'est-ce que Facepunch Fixer ?

Facepunch Fixer est une extension Chrome développée par Laharl, et sa fonction principale est "Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Facepunch Fixer

Téléchargez les fichiers d'extension Facepunch Fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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, 

Informations de Base sur l'Extension

Nom Facepunch Fixer Facepunch Fixer
ID bpfmgikmjbhelahhkefalkabjhoddped
URL Officiel 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…
Taille du Fichier 35.25 KB
Nombre d'Installations 34
Version Actuelle 1.4.3
Dernière Mise à Jour 2018-03-24
Date de Publication 2018-03-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur Laharl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://forum.facepunch.com/f/meta/bskxx/1/
Langues Prises en Charge 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\/"
    ]
}