Genesys spell ( Minions )
This spell changes the style of Genesys | Created by : Don Giovanni
ما هو Genesys spell ( Minions )؟
Genesys spell ( Minions ) هو إضافة Chrome تم تطويرها بواسطة Don Giovanni، والميزة الرئيسية لها هي "This spell changes the style of Genesys | Created by : Don Giovanni ".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Genesys spell ( Minions )
قم بتنزيل ملفات الامتداد Genesys spell ( Minions ) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This spell changes the style of Genesys | Created by : Don Giovanni
معلومات أساسية عن التمديد
الاسم | |
ID | fdbfmkkdmnkildnnabbmlmkhljmbkaod |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod |
الوصف | This spell changes the style of Genesys | Created by : Don Giovanni |
حجم الملف | 69.7 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-08-21 |
تاريخ النشر | 2015-08-21 |
المطور | Don Giovanni |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Genesys spell ( Minions )", "description": "This spell changes the style of Genesys | Created by : Don Giovanni ", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/service7.soundbite.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "script.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/service7.soundbite.com\/" ] } |