Web-Bar
Make your Chrome homepage more fun and attractive.
ما هو Web-Bar؟
Web-Bar هو إضافة Chrome تم تطويرها بواسطة http://web-bar.biz، والميزة الرئيسية لها هي "Make your Chrome homepage more fun and attractive.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Web-Bar
قم بتنزيل ملفات الامتداد Web-Bar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Web-Bar is a great choice for those who are tired of boring homepage extensions that do not provide any useful functionality and keep displaying unwanted ads every time you open your browser. ------- Versions: 0.9.2 - Beta testing 0.9.3 - Various Bug Fixes
معلومات أساسية عن التمديد
الاسم | |
ID | nfcebimaikecjkklbiednpkalkkahlig |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig |
الوصف | Make your Chrome homepage more fun and attractive. |
حجم الملف | 162 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 0.9.3 |
آخر تحديث | 2016-12-13 |
تاريخ النشر | 2016-12-13 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | http://web-bar.biz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://web-bar.biz |
عنوان صفحة سياسة الخصوصية | http://playbar.biz/policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web-Bar", "description": "Make your Chrome homepage more fun and attractive.", "version": "0.9.3", "permissions": [ "https:\/\/query.yahooapis.com\/*", "http:\/\/web-bar.biz\/*" ], "chrome_url_overrides": { "newtab": "newtab-page.html" }, "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_icon": { "19": "icon_19px.png", "38": "icon_38px.png" }, "default_title": "Web-Bar" }, "icons": { "16": "16.png", "48": "128.png", "128": "128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |