Link Blanker

Open link in new tab.

What is Link Blanker?

Link Blanker is a Chrome extension developed by https://x-more.co.jp, and its main feature is "Open link in new tab.".

Extension Screenshots

screenshot
screenshot

Download Link Blanker Extension CRX File

Download Link Blanker 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

                        When you click a link to open in a new tab. 

Anyway open in a new tab. 
(You can also open in the background. ) 

And you can close tabs cluttered together. 

The browser 'back' how to hate, why strangers. 

Detailed features, how-to, help, etc. is found in 
https://www.x-more.co.jp/en/app/link-blanker/                    

Extension Basic Information

Name Link Blanker Link Blanker
ID lkafdfakakndhpcpccjnclopfncckhfn
Official URL https://chromewebstore.google.com/detail/link-blanker/lkafdfakakndhpcpccjnclopfncckhfn
Description Open link in new tab.
File Size 365 KB
Installation Count 26,509
Current Version 3.0.1
Last Updated 2022-08-02
Publish Date 2019-02-21
Rating 4.28/5 Total 36 Ratings
Developer https://x-more.co.jp
Email [email protected]
Payment Type free
Extension Website https://www.x-more.co.jp/app/link-blanker/
Help Page URL https://www.x-more.co.jp/app/link-blanker/
Privacy Policy Page URL https://www.x-more.co.jp/privacy
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.1",
    "name": "Link Blanker",
    "description": "Open link in new tab.",
    "homepage_url": "https:\/\/www.x-more.co.jp\/app\/link-blanker\/",
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*.3gp",
                "*.3gpp",
                "*.7z",
                "*.ai",
                "*.asf",
                "*.asx",
                "*.atom",
                "*.atom",
                "*.avi",
                "*.bin",
                "*.bmp",
                "*.cco",
                "*.crt",
                "*.css",
                "*.css",
                "*.deb",
                "*.der",
                "*.dll",
                "*.dmg",
                "*.doc",
                "*.ear",
                "*.eot",
                "*.eps",
                "*.exe",
                "*.flv",
                "*.gif",
                "*.gif",
                "*.hqx",
                "*.htc",
                "*.ico",
                "*.img",
                "*.iso",
                "*.jad",
                "*.jar",
                "*.jardiff",
                "*.jng",
                "*.jnlp",
                "*.jpeg",
                "*.jpg",
                "*.js",
                "*.js",
                "*.json",
                "*.kar",
                "*.kml",
                "*.kmz",
                "*.m4a",
                "*.m4v",
                "*.mid",
                "*.midi",
                "*.mml",
                "*.mng",
                "*.mov",
                "*.mp3",
                "*.mp4",
                "*.mpeg",
                "*.mpg",
                "*.msi",
                "*.msm",
                "*.msp",
                "*.ogg",
                "*.otf",
                "*.pdb",
                "*.pdf",
                "*.pem",
                "*.pl",
                "*.pm",
                "*.png",
                "*.ppt",
                "*.prc",
                "*.ps",
                "*.ra",
                "*.rar",
                "*.rpm",
                "*.rss",
                "*.rss",
                "*.rtf",
                "*.run",
                "*.sea",
                "*.shtml",
                "*.sit",
                "*.svg",
                "*.svgz",
                "*.swf",
                "*.tcl",
                "*.tif",
                "*.tiff",
                "*.tk",
                "*.ttf",
                "*.txt",
                "*.war",
                "*.wbmp",
                "*.webm",
                "*.webp",
                "*.wml",
                "*.wmlc",
                "*.wmv",
                "*.woff",
                "*.xls",
                "*.xml",
                "*.xml",
                "*.xpi",
                "*.zip"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "32": "img\/icon32.png"
        },
        "default_title": "Link Blanker",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "html\/notify-close-tabs.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}