Custom sites
create a website style
ما هو Custom sites؟
Custom sites هو إضافة Chrome تم تطويرها بواسطة akimovivan355، والميزة الرئيسية لها هي "create a website style".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Custom sites
قم بتنزيل ملفات الامتداد Custom sites بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
the application allows you to customize the interface of google and youtube. Select separate colors for the text of the background links using the full RGB palette for each site separately, the colors can be reset if necessary
معلومات أساسية عن التمديد
الاسم | Custom sites |
ID | hiadibhippamgikegbcbfagpalmfoonh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/custom-sites/hiadibhippamgikegbcbfagpalmfoonh |
الوصف | create a website style |
حجم الملف | 45.04 KB |
عدد التثبيتات | 42 |
النسخة الحالية | 4.1 |
آخر تحديث | 2023-01-24 |
تاريخ النشر | 2021-09-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | akimovivan355 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom sites", "description": "create a website style", "version": "4.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "48": "image 3.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "popup.html" }, "host_permissions": [ "*:\/\/*.google.com\/" ] } |