HF Xtension

Enhance your HF Experience!

¿Qué es HF Xtension?

HF Xtension es una extensión de Chrome desarrollada por xadamxk, y su función principal es "Enhance your HF Experience!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HF Xtension

Descarga archivos de extensión HF Xtension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Hack Forums Xtension is a compilation of features packed into a single, ultimate suite. From Thread Changes, Forum Changes, Private Message Changes, Global Changes, and Conversation Changes, HFX does it all!

HFX 2.0 is the extension users loved; rewritten from the ground up. It is now compatible with all the recent forum changes and gives developers opportunities to contribute.

Version 2.7.x marks the end of development for HFX. From the bottom of my heart, thank you for supporting HFX. It's been a passion project of mine for years and it wouldn't be what it was without users supporting it along the way.

Changelog:
2023-01-27: Version 2.7.0 Release:
+ Fixed LegacyReputation feature
+ Updated settings configuration to a new format
+ Fixed Convo Notification Sound feature
+ Added Profile Easter Egg feature (visit my profile for more info: https://hackforums.net/member.php?action=profile&uid=1306528)

2022-12-04: Version 2.6.0 Release:
+ Added Thread mentions
+ Added Legacy Reputation
+ Updated theme customizer (adds mobale blue theme)

2022-8-07: Version 2.5.1 Release:
+ Bug Fixes (Character counter)

2022-8-06: Version 2.5.0 Release:
+ Added LinkedThreadStatusIcon: makes thread status icons clickable
+ Added ForumPrefixLinks: filter threads in forums by clicking any prefix
+ Added AutoDraft feature: automatically save replies in threads
+ Added SelectAllUsers feature: allows group leaders to select all users on the manage group page
+ Update EmoteLibrary so inserted emotes are invisible for non-HFX users
+ Updated ExpandProfileSections > ExpandAwards header to link to the user's award page
+ Updated ExpandProfileSections to show visitor names
+ Updated ExpandProfileSections to show comrade names
+ Updated LinkedAwards to support eggs and clovers
+ Bug Fixes (Character counter, LinkedAwards, GivePopularityButton, InteractivePostStats)
+ Security updates (dependencies)

2022-1-20: Version 2.4.0 Release:
+ Added Group Management feature: manage members directly from their profile
+ Added Showgroups member count links feature
+ LinkedAwards now supports Hackumon Eggs

2021-10-18: Version 2.3.0 Release:
+ Added Award Goal Additions feature
+ Added Show Contracted Posts feature
+ Added Linked Awards feature

2021-9-18: Version 2.2.1 Release:
+ Added Interactive Post Stats feature
+ Added Join Date on Posts feature
+ Bug fix for expanded profile section awards with multiple dashes
+ Security updates (dependencies)

2021-7-10: Version 2.2.0 Release:
+ Added Emote System feature
+ Bug fixes
+ Security updates (dependencies)

2021-5-19: Version 2.1.0 Release:
+ Added keyboard shortcut navigation module
+ Added tBlock Revived module
+ Bug fixes for theme customizer, hfx badges, easy cite, quote stripping, and convo filtering

2021-5-07: Version 2.0.0 Release:
+ HFX project and modules rewritten from the ground up
New Features:
+ HFX Tours: Highlights HFX features as users encounter them
+ Global Theme Changer: Change the default theme colors (additional options coming soon)
+ Convo Features, Expanded Profiles, and so much more

2020-6-04: Beta 0.2.5.3: Release Includes:
+ Fixed EasyCite on award pages

2018-8-29: Beta 0.2.5.1/2: Release Includes:
+ Removed Hide online location per admin request

2018-8-29: Beta 0.2.5.0: Release Includes:
+ Fixed Postbit button formatting(Quick PM/Rep)
+ Fixed HF Toolbar padding (Temporary Solution)
+ Fixed RepCharts (Now displays correct data)
+ Updated EasyCite (To use, simply click the far right breadcrumb of the navigation bar)

2018-8-12: Beta 0.2.4.0: Release Includes:
+ Fixed Reps Given button format
+ Updated Online Sorting for R00t (grey)
+ User Mentions development begun

2018-6-16: Beta 0.2.3.3: Release Includes:
+ Fixed SmartQuotes always being enabled bug
+ Updated Online Sorting for Sociopaths (red)
+ Removed code for UserTag (Deprecated due to HFAlerts)
+ Alert Menu no longer loads if no alerts are present                    

Información Básica de la Extensión

Nombre HF Xtension HF Xtension
ID hcfofmfmidhgbblcnnipcphhegcmdeeb
URL Oficial https://chromewebstore.google.com/detail/hf-xtension/hcfofmfmidhgbblcnnipcphhegcmdeeb
Descripción Enhance your HF Experience!
Tamaño del Archivo 1.36 MB
Cantidad de Instalaciones 183
Versión Actual 2.7.0
Última Actualización 2023-03-08
Fecha de Publicación 2020-06-05
Calificación 4.97/5 Total de 153 Calificaciones
Desarrollador xadamxk
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/xadamxk/HFX2.0
URL de la Página de Ayuda https://github.com/xadamxk/HFX2.0
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HF Xtension",
    "short_name": "HFX",
    "version": "2.7.0",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "version_name": "2.7.0",
    "description": "Enhance your HF Experience!",
    "options_ui": {
        "chrome_style": true,
        "page": "assets\/pages\/options.html"
    },
    "incognito": "spanning",
    "author": "xadamxk",
    "offline_enabled": false,
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "32": "assets\/images\/icon32.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        },
        "default_title": "HFX Settings",
        "default_popup": "assets\/pages\/options.html"
    },
    "background": {
        "scripts": [
            "assets\/js\/hot-reload.js",
            "release\/js\/HFX.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/hackforums.net\/*"
            ],
            "js": [
                "assets\/lib\/jquery\/jquery.min.js",
                "assets\/lib\/moment\/moment.min.js",
                "assets\/lib\/chart.js\/Chart.bundle.min.js",
                "assets\/lib\/@yaireo\/tagify\/jQuery.tagify.min.js",
                "assets\/lib\/intro.js\/intro.min.js",
                "assets\/lib\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "assets\/lib\/emoji-picker-element\/index.js",
                "release\/js\/HFX.js"
            ],
            "css": [
                "assets\/css\/HFX.css",
                "assets\/lib\/intro.js\/introjs.min.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/hackforums.net\/*",
        "*:\/\/raw.githubusercontent.com\/xadamxk\/HFX2.0\/develop\/alert.json?nc=*"
    ],
    "omnibox": {
        "keyword": "HF"
    },
    "web_accessible_resources": [
        "\/assets\/images\/icon128.png",
        "\/assets\/images\/dismiss_notice.png",
        "\/assets\/images\/trophy_contributer.png",
        "\/assets\/images\/trophy_donator.png",
        "\/assets\/images\/trophy_supporter.png",
        "\/assets\/images\/trophy_tester.png",
        "\/assets\/images\/trophy_codemonkey.png",
        "\/assets\/images\/trophy_hfx.png",
        "\/assets\/images\/trophy_hfxtail.png",
        "\/assets\/images\/trophy_hfxtail_white.png",
        "\/assets\/images\/trophy_hfx_white.png",
        "\/assets\/images\/theme-customizer\/logos\/logo_default.gif",
        "\/assets\/images\/theme-customizer\/logos\/logo_cyan.gif",
        "\/assets\/images\/theme-customizer\/logos\/logo_gray.png",
        "\/assets\/images\/theme-customizer\/logos\/logo_magenta.gif",
        "\/assets\/images\/theme-customizer\/logos\/logo_orange.png",
        "\/assets\/images\/theme-customizer\/logos\/logo_orange2.png",
        "\/assets\/images\/theme-customizer\/logos\/logo_pink.png",
        "\/assets\/images\/theme-customizer\/logos\/logo_pink2.gif",
        "\/assets\/images\/theme-customizer\/logos\/logo_rainbow.gif",
        "\/assets\/images\/theme-customizer\/logos\/logo_yellow.gif",
        "\/assets\/images\/theme-customizer\/mosaics\/mosaic_default.png",
        "\/assets\/images\/theme-customizer\/mosaics\/mosaic_cyan.png",
        "\/assets\/images\/theme-customizer\/mosaics\/mosaic_gray.png",
        "\/assets\/images\/theme-customizer\/mosaics\/mosaic_magenta.png",
        "\/assets\/images\/theme-customizer\/mosaics\/mosaic_orange.png",
        "\/assets\/images\/theme-customizer\/mosaics\/mosaic_orange2.png",
        "\/assets\/images\/theme-customizer\/mosaics\/mosaic_pink.png",
        "\/assets\/images\/theme-customizer\/mosaics\/mosaic_pink2.png",
        "\/assets\/images\/theme-customizer\/mosaics\/mosaic_rainbow.png",
        "\/assets\/images\/theme-customizer\/mosaics\/mosaic_yellow.png",
        "\/assets\/images\/emoji.png",
        "\/assets\/message-pop.mp3"
    ]
}