Tabs Protection Password
Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
What is Tabs Protection Password?
Tabs Protection Password is a Chrome extension developed by https://www.hase.su, and its main feature is "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".
Extension Screenshots
Download Tabs Protection Password Extension CRX File
Download Tabs Protection Password extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Quickly hide and protect your tabs with a password. Protect your tabs, browser history and downloads from being viewed by your supervisor at work and your children at home in just a single click!
Extension Basic Information
Name | Tabs Protection Password |
ID | ldphmgppmllkbknkbjkhpimlgjgkbogp |
Official URL | https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp |
Description | Saves and closes with a password of your open tabs. It prevents the creation of a new tab. |
File Size | 1.38 MB |
Installation Count | 2,565 |
Current Version | 1.0.1 |
Last Updated | 2016-10-27 |
Publish Date | 2016-10-27 |
Rating | 2.93/5 Total 27 Ratings |
Developer | https://www.hase.su |
Payment Type | free |
Extension Website | http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/ |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/19x19.png", "default_title": "__MSG_unlocked__" }, "default_locale": "en", "description": "__MSG_app_description__", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "__MSG_app_name__", "permissions": [ "tabs", "storage" ], "version": "1.0.1" } |