MangaUpdates+
Adds extra functionality to the manga updates site.
Что такое MangaUpdates+?
MangaUpdates+ - это расширение Chrome, разработанное ExPixel, и его основная функция - "Adds extra functionality to the manga updates site.".
Снимки экрана расширения
Скачать файл CRX расширения MangaUpdates+
Скачайте файлы расширений MangaUpdates+ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Add extra functionality to http://mangaupdates.com with MangaUpdates+. Currently the extension allows viewing of a series' information simply by hovering over any link that points to a series, and also receiving notifications about new chapters being released. Основная информация о расширении
| Название | |
| ID | dnfmdpgojcihahimcfhcajlloabbokgg |
| Официальный URL | https://chrome.google.com/webstore/detail/mangaupdates+/dnfmdpgojcihahimcfhcajlloabbokgg |
| Описание | Adds extra functionality to the manga updates site. |
| Размер файла | 158 KB |
| Количество установок | 44 |
| Текущая Версия | 0.0.2 |
| Последнее Обновление | 2014-08-11 |
| Дата публикации | 2014-08-11 |
| Рейтинг | 4.67/5 Всего 3 оценок |
| Разработчик | ExPixel |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MangaUpdates+",
"version": "0.0.2",
"manifest_version": 2,
"description": "Adds extra functionality to the manga updates site.",
"icons": {
"16": "icons\/mplus16.png",
"48": "icons\/mplus48.png",
"128": "icons\/mplus128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"permissions": [
"contentSettings",
"notifications",
"storage",
"tabs",
"alarms",
"https:\/\/*.mangaupdates.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.mangaupdates.com\/*"
],
"css": [
"css\/bootstrap\/bootstrap.css",
"css\/main.css",
"src\/inject\/inject.css"
]
},
{
"matches": [
"https:\/\/*.mangaupdates.com\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"js\/bootstrap\/bootstrap.min.js",
"src\/inject\/inject.js"
]
}
],
"web_accessible_resources": [
"js\/jquery\/jquery.min.js",
"icons\/mplus16.png",
"icons\/mplus32.png",
"icons\/mplus48.png",
"icons\/mplus64.png",
"icons\/ajax-loader.gif"
]
} | |