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ファイルをダウンロード

Private browse beta拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}