Clean Up Google Homepage
This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
ما هو Clean Up Google Homepage؟
Clean Up Google Homepage هو إضافة Chrome تم تطويرها بواسطة David Yang، والميزة الرئيسية لها هي "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clean Up Google Homepage
قم بتنزيل ملفات الامتداد Clean Up Google Homepage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Icon courtesy of https://icons8.com/
معلومات أساسية عن التمديد
الاسم | Clean Up Google Homepage |
ID | cjpmgcoeopklmgpemggjigeedeomiaei |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei |
الوصف | This extension removes the footer, the About and Store links, and any promotions from the Google homepage. |
حجم الملف | 4.83 KB |
عدد التثبيتات | 72 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2018-02-16 |
تاريخ النشر | 2018-02-15 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | David Yang |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clean Up Google Homepage", "description": "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.", "version": "0.0.0.2", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "css": [ "main.css" ] } ], "page_action": { "default_title": "Clean Up Google Homepage" } } |