PassBrow: Browser Password/Site Blocking

Protect your browser with a synced password on any browser using the same account and keep any site you want blocked.

PassBrow: Browser Password/Site Blockingคืออะไร?

PassBrow: Browser Password/Site Blocking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://passbrow.com และคุณลักษณะหลักของมันคือ "Protect your browser with a synced password on any browser using the same account and keep any site you want blocked."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PassBrow: Browser Password/Site Blocking

ดาวน์โหลดไฟล์ส่วนขยาย PassBrow: Browser Password/Site Blocking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Also available for Firefox, Chromium, Edge, Brava and Opera browsers.
-------------

PassBrow is offered in trial mode, being able to use its main functionality (protect the browser with a password) 10 times a day in the free version and unlimited in the paid version. It is possible to unlock using a code, sent to the email or using the code generated by PassBrow-Authenticator. With PassBrow-Authenticator it is also possible to read the QR Code generated in the extension, all of the above options being optional.

In the free and paid version, it is also possible, through the extension's popup, to generate alphanumeric passwords and with some special characters.

In its paid version, all features are released:
  - disable browser lock without having to remove password
  - lock with keyboard shortcut
  - auto lock after some time
  - lock if browser is inactive
  - lock using Omnibox
  - hide personal data in login and license
  - protect extension popup with password
  - password protect extensions page
  - enable logging of some user activities for security and query
  And another very important feature
    - blocking or redirecting any website/domain

Payment can be made on the extension's options page, with Stripe, PayPal, Google Pay (through Stripe), MercadoPago or PicPay options. The value is currently USD 1.99 or R$ 10.00, and after payment the use is lifetime.

-------------

PassBrow blocks access to the Chrome browser, allowing no access to browser data, bookmarks, settings, internet, etc.

It is very simple to use, just access the extension options and register a new password. After that, you can lock Chrome by reopening the browser, clicking the Lock pop-up button, pressing the shortcut key Ctrl+Shift+9 or Command+Shift+9, typing 'pb lock' in the address bar, or accessing the Lock Browser option from the menu of context.

Another very interesting option is to be able to block access to certain sites by accessing browser options and adding to the list the sites you want to block.

* PassBrow is developed particularly, having no ties to the company Google Inc. *

*** PRIVACY POLICY ***
        Access here: https://www.passbrow.com/privacy-policy

*** RELEASE NOTES ***
        Access here: https://www.passbrow.com/releases

*** CONTACT ***
        Access here: https://www.passbrow.com/contact

*** FAQ ***
        Access here: https://www.passbrow.com/faq

*** PassBrow Authenticator ***
        Access here: https://www.passbrow.com/authenticator

*** ISSUES ***
        Access here: https://bitbucket.org/laisson_silveira/passbrow-extension/issues

*** PASSWORD GENERATOR ***
        https://www.passbrow.com/password-generator

*** LOG ACTIVITY ***
        https://www.passbrow.com/log-activity

*** SITE BLOCK ***
        https://www.passbrow.com/sites-blocker                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PassBrow: Browser Password/Site Blocking PassBrow: Browser Password/Site Blocking
ID lbgoadondhcaigdkciejdegkgambbkne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/passbrow-browser-password/lbgoadondhcaigdkciejdegkgambbkne
คำอธิบาย Protect your browser with a synced password on any browser using the same account and keep any site you want blocked.
ขนาดไฟล์ 1.41 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 6.10.9
อัปเดตครั้งล่าสุด 2023-12-01
วันที่เผยแพร่ 2020-06-27
คะแนน 3.29/5 รวมทั้งหมด 252 คะแนน
ผู้พัฒนา https://passbrow.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.passbrow.com
URL หน้าช่วยเหลือ https://bitbucket.org/laisson_silveira/passbrow-extension/issues
URL หน้านโยบายความเป็นส่วนตัว https://www.passbrow.com/privacy-policy
ภาษาที่รองรับ de,en,fr,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name_extension__",
    "short_name": "PassBrow",
    "description": "__MSG_description_extension__",
    "default_locale": "en",
    "version": "6.10.9",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "options_page": "html\/options.html",
    "omnibox": {
        "keyword": "pb"
    },
    "content_security_policy": "script-src 'sha256-vr0dQJehJI+xv5F+B4vws+bepDq8DKREHjeIv4CHiYo=' 'self' https:\/\/*.paypal.com https:\/\/*.stripe.com; object-src 'self'; frame-src https:\/\/*.stripe.com https:\/\/*.paypal.com",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/clientPB.js",
            "js\/licensePB.js",
            "js\/notificationPB.js",
            "js\/utilsPB.js",
            "js\/storagePB.js",
            "js\/passbrow.js",
            "js\/startPB.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_gray_48.png",
        "default_title": "__MSG_name_extension__",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "lock_browser": {
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            },
            "description": "Lock browser"
        }
    },
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus",
        "idle",
        "storage",
        "unlimitedStorage",
        "*:\/\/*.paypal.com\/*"
    ],
    "web_accessible_resources": [
        "images\/icon_48.png"
    ]
}