Chrome Extension Victor Solstice
This will add Victor to Solstice Members.
ما هو Chrome Extension Victor Solstice؟
Chrome Extension Victor Solstice هو إضافة Chrome تم تطويرها بواسطة vmrodriguez، والميزة الرئيسية لها هي "This will add Victor to Solstice Members.".
تحميل ملف CRX للإضافة Chrome Extension Victor Solstice
قم بتنزيل ملفات الامتداد Chrome Extension Victor Solstice بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Crhome Extension Victor Solstice
معلومات أساسية عن التمديد
الاسم | |
ID | lnmfikfchjnbcfhoegkchapaonnlchja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chrome-extension-victor-s/lnmfikfchjnbcfhoegkchapaonnlchja |
الوصف | This will add Victor to Solstice Members. |
حجم الملف | 342 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-09-16 |
تاريخ النشر | 2016-09-16 |
المطور | vmrodriguez |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Extension Victor Solstice", "version": "1.0", "manifest_version": 2, "description": "This will add Victor to Solstice Members.", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "permissions": [ "https:\/\/www.solstice.com\/", "http:\/\/www.solstice.com\/", "tabs", "storage" ], "background": { "scripts": [ "js\/global.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*.solstice.com\/*", "https:\/\/*.solstice.com\/*" ], "css": [ "css\/global.css" ], "js": [ "js\/global.js" ] } ], "page_action": { "default_title": "Solstice", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "options_page": "html\/options.html", "homepage_url": "http:\/\/www.solstice.com\/" } |