Foxtrick

A set of presentation enhancements for hattrick.org

O que é Foxtrick?

Foxtrick é uma extensão do Chrome desenvolvida por https://foxtrick.org, e sua principal característica é "A set of presentation enhancements for hattrick.org".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Foxtrick

Baixe arquivos de extensão Foxtrick no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        FoxTrick is a software extension for the Chrome browser and the Hattrick.org online game.

Some features:
Enhanced visualization
Displays colored stars in players' ratings, displays players' faces in math lineups (for supporters).
External links
Adds links to external sites (statstics servers) for players, teams etc.
Create player ad
Create player advertisments in the ht-forums format. The created ad is pasted into the system clipboard, player qualities (specs, levels) are emphasized in bold/italic font.
News events shown in firefox slider
Show a firefox slider window on hattrick news events.
Sound alert
Play a sound on hattrick news events.
Forum templates
Easily accessible text snippets for the hattrick conferences.
Transfer search filters
Possibility to save transfer search settings.
World map for flags collection
You can display a world map on flags collection page and see countries which flags you have already collected in each category.
Media and average prices
Median and average prices are displayed in transfer compare.
Staff nick coloring on the forums
Color backgrounds for staff nicks
Hide avatars
Hides avatars on the forums while retaining his/hers league and flag. Ability to move that information to post header.
Match statistics
Displays match statistics (hatstats and others, attack vs. defense bars).                    

Informações Básicas da Extensão

Nome Foxtrick Foxtrick
ID bpfbbngccefbbndginomofgpagkjckik
URL Oficial https://chromewebstore.google.com/detail/foxtrick/bpfbbngccefbbndginomofgpagkjckik
Descrição A set of presentation enhancements for hattrick.org
Tamanho do Arquivo 5.39 MB
Contagem de Instalações 32,259
Versão Atual 0.17.0.1
Última Atualização 2016-06-04
Data de Publicação 2016-06-04
Classificação 4.81/5 Total de 562 Avaliações
Desenvolvedor https://foxtrick.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.foxtrick.org/
URL da Página de Ajuda https://github.com/minj/foxtrick/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "web_accessible_resources": [
        "content\/resources\/css\/*.css",
        "content\/resources\/img\/*.gif",
        "content\/resources\/img\/*.png",
        "content\/resources\/linkicons\/*.gif",
        "content\/resources\/linkicons\/*.png",
        "content\/resources\/notes\/*.png",
        "content\/resources\/personality\/*.jpg",
        "content\/resources\/skillcolors\/*.css",
        "content\/resources\/sounds\/*.mp3",
        "content\/resources\/sounds\/*.ogg",
        "content\/resources\/sounds\/*.wav",
        "content\/preferences.html"
    ],
    "background": {
        "page": "content\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "content\/env.js",
                "content\/prefs-util.js",
                "content\/l10n.js",
                "content\/xml-load.js",
                "content\/pages.js",
                "content\/lib\/oauth.js",
                "content\/lib\/sha1.js",
                "content\/lib\/PluralForm.js",
                "content\/lib\/psico.js",
                "content\/lib\/integration.js",
                "content\/util\/api.js",
                "content\/util\/array.js",
                "content\/util\/async.js",
                "content\/util\/color.js",
                "content\/util\/cookies.js",
                "content\/util\/copy-button.js",
                "content\/util\/css.js",
                "content\/util\/currency.js",
                "content\/util\/dom.js",
                "content\/util\/ht-ml.js",
                "content\/util\/id.js",
                "content\/util\/inject.js",
                "content\/util\/layout.js",
                "content\/util\/links-box.js",
                "content\/util\/load.js",
                "content\/util\/local-store.js",
                "content\/util\/log.js",
                "content\/util\/match-event.js",
                "content\/util\/match-view.js",
                "content\/util\/math.js",
                "content\/util\/misc.js",
                "content\/util\/module.js",
                "content\/util\/note.js",
                "content\/util\/notify.js",
                "content\/util\/permissions.js",
                "content\/util\/sanitize.js",
                "content\/util\/session-store.js",
                "content\/util\/string.js",
                "content\/util\/tabs.js",
                "content\/util\/time.js",
                "content\/pages\/all.js",
                "content\/pages\/match.js",
                "content\/pages\/matches.js",
                "content\/pages\/player.js",
                "content\/pages\/players.js",
                "content\/pages\/series.js",
                "content\/pages\/transfer-search-results.js",
                "content\/pages\/youth-player.js",
                "content\/api\/hy\/common.js",
                "content\/api\/hy\/matches-report.js",
                "content\/api\/hy\/matches-training.js",
                "content\/api\/hy\/players-twins-check.js",
                "content\/api\/hy\/players-youth-reject-call.js",
                "content\/api\/hy\/players-youth-skills.js",
                "content\/api\/hy\/user-id.js",
                "content\/api\/pastebin\/common.js",
                "content\/api\/pastebin\/get.js",
                "content\/api\/pastebin\/login.js",
                "content\/api\/pastebin\/paste.js",
                "content\/add-class.js",
                "content\/core.js",
                "content\/fix-links.js",
                "content\/forum-stage.js",
                "content\/read-ht-prefs.js",
                "content\/redirections.js",
                "content\/ui.js",
                "content\/access\/aria-landmarks.js",
                "content\/alert\/live-alert.js",
                "content\/alert\/new-mail.js",
                "content\/alert\/ticker-alert.js",
                "content\/alert\/ticker-coloring.js",
                "content\/forum\/auto-post-specs.js",
                "content\/forum\/embed-media.js",
                "content\/forum\/forum-change-posts-modules.js",
                "content\/forum\/forum-change-posts.js",
                "content\/forum\/forum-direct-page-links.js",
                "content\/forum\/forum-last-post.js",
                "content\/forum\/forum-leave-button.js",
                "content\/forum\/forum-mod-popup.js",
                "content\/forum\/forum-next-and-previous.js",
                "content\/forum\/forum-presentation.js",
                "content\/forum\/forum-preview.js",
                "content\/forum\/forum-strip-hattrick-links.js",
                "content\/forum\/forum-templates.js",
                "content\/forum\/forum-thread-auto-ignore.js",
                "content\/forum\/forum-youth-icons.js",
                "content\/forum\/go-to-post-box.js",
                "content\/forum\/hide-signatures.js",
                "content\/forum\/ht-thread-marker.js",
                "content\/forum\/mark-all-as-read.js",
                "content\/forum\/mark-unread.js",
                "content\/forum\/show-forum-pref-button.js",
                "content\/forum\/staff-marker.js",
                "content\/information-aggregation\/cross-table.js",
                "content\/information-aggregation\/current-transfers.js",
                "content\/information-aggregation\/dashboard-calendar.js",
                "content\/information-aggregation\/election-table.js",
                "content\/information-aggregation\/extended-player-details.js",
                "content\/information-aggregation\/extra-player-info.js",
                "content\/information-aggregation\/flag-collection-to-map.js",
                "content\/information-aggregation\/goal-difference-to-tables.js",
                "content\/information-aggregation\/history-stats.js",
                "content\/information-aggregation\/htms-points.js",
                "content\/information-aggregation\/last-login.js",
                "content\/information-aggregation\/match-weather.js",
                "content\/information-aggregation\/my-monitor.js",
                "content\/information-aggregation\/nt-peek.js",
                "content\/information-aggregation\/player-birthday.js",
                "content\/information-aggregation\/player-positions-evaluations.js",
                "content\/information-aggregation\/player-stats-experience.js",
                "content\/information-aggregation\/psico-tsi.js",
                "content\/information-aggregation\/season-stats.js",
                "content\/information-aggregation\/series-flags.js",
                "content\/information-aggregation\/series-transfers.js",
                "content\/information-aggregation\/show-friendly-booked.js",
                "content\/information-aggregation\/show-lineup-set.js",
                "content\/information-aggregation\/skill-table.js",
                "content\/information-aggregation\/specialty-info.js",
                "content\/information-aggregation\/supporterstats-enhancements.js",
                "content\/information-aggregation\/table-of-statistical-truth.js",
                "content\/information-aggregation\/team-stats.js",
                "content\/information-aggregation\/transfer-compare-players.js",
                "content\/information-aggregation\/transfer-deadline.js",
                "content\/information-aggregation\/youth-promotes.js",
                "content\/information-aggregation\/youth-series-estimation.js",
                "content\/information-aggregation\/youth-skills.js",
                "content\/information-aggregation\/youth-twins.js",
                "content\/links\/links-achievements.js",
                "content\/links\/links-alliances.js",
                "content\/links\/links-arena.js",
                "content\/links\/links-challenges.js",
                "content\/links\/links-club-transfers.js",
                "content\/links\/links-coach.js",
                "content\/links\/links-country.js",
                "content\/links\/links-economy.js",
                "content\/links\/links-fans.js",
                "content\/links\/links-league.js",
                "content\/links\/links-manager.js",
                "content\/links\/links-match.js",
                "content\/links\/links-national.js",
                "content\/links\/links-player-detail.js",
                "content\/links\/links-players.js",
                "content\/links\/links-team.js",
                "content\/links\/links-tracker.js",
                "content\/links\/links-training.js",
                "content\/links\/links-world.js",
                "content\/links\/links-youth.js",
                "content\/links\/links.js",
                "content\/matches\/att-vs-def.js",
                "content\/matches\/copy-ratings.js",
                "content\/matches\/htms-prediction.js",
                "content\/matches\/live-match-report-format.js",
                "content\/matches\/match-income.js",
                "content\/matches\/match-lineup-fixes.js",
                "content\/matches\/match-lineup-tweaks.js",
                "content\/matches\/match-order.js",
                "content\/matches\/match-player-colouring.js",
                "content\/matches\/match-ratings-tweaks.js",
                "content\/matches\/match-report-format.js",
                "content\/matches\/match-simulator.js",
                "content\/matches\/ratings.js",
                "content\/presentation\/bookmark-adjust.js",
                "content\/presentation\/country-list.js",
                "content\/presentation\/currency-converter.js",
                "content\/presentation\/custom-medals.js",
                "content\/presentation\/fans.js",
                "content\/presentation\/fix-css-problems.js",
                "content\/presentation\/friendly-interface.js",
                "content\/presentation\/friendly-pool.js",
                "content\/presentation\/header-fix.js",
                "content\/presentation\/header-toggle.js",
                "content\/presentation\/highlight-cup-wins.js",
                "content\/presentation\/highlight-ownerless.js",
                "content\/presentation\/ht-date-format.js",
                "content\/presentation\/large-flags.js",
                "content\/presentation\/league-news-filter.js",
                "content\/presentation\/local-time.js",
                "content\/presentation\/loyalty-display.js",
                "content\/presentation\/move-manager-online.js",
                "content\/presentation\/move-player-select-box.js",
                "content\/presentation\/move-player-statement.js",
                "content\/presentation\/old-style-face.js",
                "content\/presentation\/original-face.js",
                "content\/presentation\/personality-images.js",
                "content\/presentation\/ratings-display.js",
                "content\/presentation\/safe-for-work.js",
                "content\/presentation\/simple-presentation.js",
                "content\/presentation\/skill-coloring.js",
                "content\/presentation\/skill-translation.js",
                "content\/presentation\/skin-plugin.js",
                "content\/presentation\/supporters-list.js",
                "content\/presentation\/team-select-box.js",
                "content\/presentation\/youth-skill-hide-unknown.js",
                "content\/shortcuts-and-tweaks\/add-promotion-reminder.js",
                "content\/shortcuts-and-tweaks\/confirm-actions.js",
                "content\/shortcuts-and-tweaks\/context-menu-copy.js",
                "content\/shortcuts-and-tweaks\/copy-bb-ad.js",
                "content\/shortcuts-and-tweaks\/copy-match-id.js",
                "content\/shortcuts-and-tweaks\/copy-player-ad.js",
                "content\/shortcuts-and-tweaks\/copy-youth.js",
                "content\/shortcuts-and-tweaks\/extra-shortcuts.js",
                "content\/shortcuts-and-tweaks\/filter.js",
                "content\/shortcuts-and-tweaks\/lineup-shortcut.js",
                "content\/shortcuts-and-tweaks\/main-menu-drop-down.js",
                "content\/shortcuts-and-tweaks\/manager-buttons.js",
                "content\/shortcuts-and-tweaks\/player-filters.js",
                "content\/shortcuts-and-tweaks\/rapid-id.js",
                "content\/shortcuts-and-tweaks\/relive-links.js",
                "content\/shortcuts-and-tweaks\/senior-team-shortcuts.js",
                "content\/shortcuts-and-tweaks\/supportership-expiration-date.js",
                "content\/shortcuts-and-tweaks\/table-sort.js",
                "content\/shortcuts-and-tweaks\/team-popup-links.js",
                "content\/shortcuts-and-tweaks\/transfer-history-filters.js",
                "content\/shortcuts-and-tweaks\/transfer-search-filters.js",
                "content\/shortcuts-and-tweaks\/transfer-search-result-filters.js",
                "content\/entry.js",
                "content\/loader-chrome.js"
            ],
            "matches": [
                "*:\/\/*.hattrick.org\/*",
                "*:\/\/*.hattrick.ws\/*",
                "*:\/\/*.hattrick.bz\/*",
                "*:\/\/*.hat-trick.net\/*",
                "*:\/\/*.hattrick.uol.com.br\/*",
                "*:\/\/*.hattrick.interia.pl\/*",
                "*:\/\/*.hattrick.name\/*",
                "*:\/\/*.hattrick.fm\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A set of presentation enhancements for hattrick.org",
    "icons": {
        "16": "skin\/icon-16.png",
        "48": "skin\/icon-48.png",
        "128": "skin\/icon-128.png"
    },
    "name": "Foxtrick",
    "permissions": [
        "cookies",
        "contextMenus",
        "notifications",
        "clipboardWrite",
        "*:\/\/chpp.hattrick.org\/*",
        "*:\/\/*.foxtrick.org\/*",
        "http:\/\/www.fantamondi.it\/*",
        "http:\/\/pastebin.com\/api\/*"
    ],
    "optional_permissions": [
        "http:\/\/*.hattrick-youthclub.org\/*",
        "http:\/\/no9-online.de\/*",
        "http:\/\/www.latehome.de\/*",
        "https:\/\/vimeo.com\/api\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.dailymotion.com\/services\/*",
        "https:\/\/secure.flickr.com\/services\/oembed\/*",
        "http:\/\/backend.deviantart.com\/*",
        "https:\/\/soundcloud.com\/*",
        "https:\/\/imageshack.us\/*",
        "http:\/\/api.openweathermap.org\/*"
    ],
    "page_action": {
        "default_icon": "skin\/icon-24.png",
        "default_title": "Foxtrick enabled",
        "default_popup": "content\/popup.html"
    },
    "options_page": "content\/preferences.html",
    "homepage_url": "https:\/\/www.foxtrick.org\/",
    "version": "0.17.0.1"
}