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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
]
} | |