HF Xtension
Enhance your HF Experience!
什麼是HF Xtension?
HF Xtension是由xadamxk開發的Chrome擴展程式,該擴展的主要功能是“Enhance your HF Experience!”。
擴展截圖
下載HF Xtension擴展crx文件
下載HF Xtension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | HF Xtension |
ID | hcfofmfmidhgbblcnnipcphhegcmdeeb |
官方網址 | https://chromewebstore.google.com/detail/hf-xtension/hcfofmfmidhgbblcnnipcphhegcmdeeb |
簡介 | Enhance your HF Experience! |
檔案大小 | 1.36 MB |
安裝次數 | 183 |
目前版本 | 2.7.0 |
更新時間 | 2023-03-08 |
上架時間 | 2020-06-05 |
評分 | 4.97/5 共 153 次評分 |
開發者 | xadamxk |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/xadamxk/HFX2.0 |
說明頁面URL | https://github.com/xadamxk/HFX2.0 |
支援的語言 | 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" ] } |