Tab Locker-7
Lock creation new tabs except empty.
What is Tab Locker-7?
Tab Locker-7 is a Chrome extension developed by http://www.styleseven.com, and its main feature is "Lock creation new tabs except empty.".
Download Tab Locker-7 Extension CRX File
Download Tab Locker-7 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
Many sites open new tabs with advertisment. This extension will block it. Press on extension's button to set on (red plus) or off (green plus). If the extension set on then some links may be opened by context menu only (not by middle button). --------------------------------------------------------------------------- Многие сайты без вашего разрешения открывают новые закладки с навязчивой рекламой. Это расширение будет блокировать это. Чтобы включить (красный цвет) или выключить (зеленый цвет) режим блокировки нажмите на кнопке расширения. Внимание. При включенной блокировке некоторые ссылки будут открываться только при вызове контекстного меню (но не средней кнопкой мыши).
Extension Basic Information
Name | |
ID | jlodojnfbkofhiancddcpmpcdjamlknf |
Official URL | https://chrome.google.com/webstore/detail/tab-locker-7/jlodojnfbkofhiancddcpmpcdjamlknf |
Description | Lock creation new tabs except empty. |
File Size | 4.53 KB |
Installation Count | 90 |
Current Version | 1.0.0 |
Last Updated | 2014-12-22 |
Publish Date | 2014-12-22 |
Rating | 2.50/5 Total 2 Ratings |
Developer | http://www.styleseven.com |
Payment Type | free |
Extension Website | http://www.styleseven.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Locker-7", "version": "1.0.0", "background": { "scripts": [ "base.js" ] }, "description": "Lock creation new tabs except empty.", "icons": { "128": "icon_128.png", "16": "icon_16.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "icon_19.png" } }, "manifest_version": 2 } |