Maxi best-of
Maxi best-of regroups the latest websites selected by the most popular sources, in one place.
Что такое Maxi best-of?
Maxi best-of - это расширение Chrome, разработанное https://maxibestof.one, и его основная функция - "Maxi best-of regroups the latest websites selected by the most popular sources, in one place.".
Снимки экрана расширения
Скачать файл CRX расширения Maxi best-of
Скачайте файлы расширений Maxi best-of в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Daily feed of websites & fonts inspiration Основная информация о расширении
| Название | |
| ID | hcbifpgnodngojidpmahogbpchlcmjmd |
| Официальный URL | https://chromewebstore.google.com/detail/maxi-best-of/hcbifpgnodngojidpmahogbpchlcmjmd |
| Описание | Maxi best-of regroups the latest websites selected by the most popular sources, in one place. |
| Размер файла | 14.62 KB |
| Количество установок | 2,256 |
| Текущая Версия | 0.2.9 |
| Последнее Обновление | 2023-08-19 |
| Дата публикации | 2019-03-12 |
| Рейтинг | 4.58/5 Всего 12 оценок |
| Разработчик | https://maxibestof.one |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://maxibestof.one/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Maxi best-of",
"version": "0.2.9",
"manifest_version": 2,
"description": "Maxi best-of regroups the latest websites selected by the most popular sources, in one place.",
"homepage_url": "https:\/\/maxibestof.one",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "src\/override\/override.html"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self' 'http:\/\/cdn.carbonads.com' 'http:\/\/carbonads.com' 'https:\/\/ssl.google-analytics.com' ; object-src 'self'"
} | |