anonymous
anonymous search engine and quick service access quickly to popular websites
ما هو anonymous؟
anonymous هو إضافة Chrome تم تطويرها بواسطة http://anonymous.us.com، والميزة الرئيسية لها هي "anonymous search engine and quick service access quickly to popular websites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة anonymous
قم بتنزيل ملفات الامتداد anonymous بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
anonymous search engine with private search and quick service ..access quickly to popular websites with icons sliding from this homepage is easy speedy and accessed ..Google Search,Yahoo,Aol, facebook, amazon,ebay and more from all world without login
معلومات أساسية عن التمديد
الاسم | |
ID | cbphdfmcoahechnoepbhcjbhbcdgikmo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/anonymous/cbphdfmcoahechnoepbhcjbhbcdgikmo |
الوصف | anonymous search engine and quick service access quickly to popular websites |
حجم الملف | 69.73 KB |
عدد التثبيتات | 71 |
النسخة الحالية | 2.2 |
آخر تحديث | 2016-12-07 |
تاريخ النشر | 2016-12-07 |
المطور | http://anonymous.us.com |
نوع الدفع | free |
عنوان صفحة المساعدة | http://www.anonymous.us.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "redirect.html" }, "description": "anonymous search engine and quick service access quickly to popular websites ", "icons": { "128": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "anonymous", "permissions": [ "tabs" ], "version": "2.2" } |