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은(는) https://dev-sandeep.github.io/portfolio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to support private browsing with selective incognito mode and restricting a website to appear in history"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Private browse beta 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}