Fandom Utils
Useful utilities to tweak Fandom wikis to your own preference.
O que é Fandom Utils?
Fandom Utils é uma extensão do Chrome desenvolvida por KhangND, e sua principal característica é "Useful utilities to tweak Fandom wikis to your own preference.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fandom Utils
Baixe arquivos de extensão Fandom Utils 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
Aiming to bring together all your favorite tools and utilities, Fandom Utils provides a simplified and easy-to-use interface to fully control your tools and enhance your browsing experience across all Fandom wikis. Read more at: https://github.com/khang-nd/fandom-utils#fandom-utils
Informações Básicas da Extensão
Nome | |
ID | eogklihnaofhampffhohopaffelgjfbp |
URL Oficial | https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp |
Descrição | Useful utilities to tweak Fandom wikis to your own preference. |
Tamanho do Arquivo | 199 KB |
Contagem de Instalações | 131 |
Versão Atual | 1.2.0 |
Última Atualização | 2020-12-08 |
Data de Publicação | 2020-11-16 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | KhangND |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/khang-nd/fandom-utils |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fandom Utils", "version": "1.2.0", "description": "Useful utilities to tweak Fandom wikis to your own preference.", "homepage_url": "https:\/\/github.com\/khang-nd\/fandom-utils", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "browser_action": [], "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/*.fandom.com\/*" ], "js": [ "build\/utils.js" ] } ] } |