Fandom Utils
Useful utilities to tweak Fandom wikis to your own preference.
Что такое Fandom Utils?
Fandom Utils - это расширение Chrome, разработанное KhangND, и его основная функция - "Useful utilities to tweak Fandom wikis to your own preference.".
Снимки экрана расширения
Скачать файл CRX расширения Fandom Utils
Скачайте файлы расширений Fandom Utils в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | eogklihnaofhampffhohopaffelgjfbp |
Официальный URL | https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp |
Описание | Useful utilities to tweak Fandom wikis to your own preference. |
Размер файла | 199 KB |
Количество установок | 131 |
Текущая Версия | 1.2.0 |
Последнее Обновление | 2020-12-08 |
Дата публикации | 2020-11-16 |
Рейтинг | 4.50/5 Всего 2 оценок |
Разработчик | KhangND |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/khang-nd/fandom-utils |
Поддерживаемые языки | 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" ] } ] } |