Private browse beta
An extension to support private browsing with selective incognito mode and restricting a website to appear in history
ما هو Private browse beta؟
Private browse beta هو إضافة Chrome تم تطويرها بواسطة https://dev-sandeep.github.io/portfolio، والميزة الرئيسية لها هي "An extension to support private browsing with selective incognito mode and restricting a website to appear in history".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Private browse beta
قم بتنزيل ملفات الامتداد Private browse beta بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Helps a user to put one or more website in incognito list, so that next time when you open up facebook.com or any other website then it would automatically open up in incognito. You also have the ability to restrict chrome from logging a website in history. So that you don't have to clear a website from history everytime. Author: Sandeep Gantait Email: [email protected]
معلومات أساسية عن التمديد
الاسم | Private browse beta |
ID | bjamihladdffbeodjgdcbdkjiccoenkn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/private-browse-beta/bjamihladdffbeodjgdcbdkjiccoenkn |
الوصف | An extension to support private browsing with selective incognito mode and restricting a website to appear in history |
حجم الملف | 20.6 KB |
عدد التثبيتات | 76 |
النسخة الحالية | 1.3 |
آخر تحديث | 2020-05-06 |
تاريخ النشر | 2020-05-06 |
المطور | https://dev-sandeep.github.io/portfolio |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.sandeepg.co.in |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Private browse beta", "version": "1.3", "description": "An extension to support private browsing with selective incognito mode and restricting a website to appear in history", "manifest_version": 2, "permissions": [ "storage", "declarativeContent", "activeTab", "history", "contextMenus", "tabs" ], "background": { "scripts": [ "background.js", "common.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon16x16.png", "32": "images\/icon32x32.png", "48": "images\/icon48x48.png", "128": "images\/icon128x128.png" }, "options_page": "options.html" } |