Hide Link Preview in Google Sheets

Vixen Digital tool to hide link previews on hover in Google Sheets.

What is Hide Link Preview in Google Sheets?

Hide Link Preview in Google Sheets is a Chrome extension developed by Vixen Digital, and its main feature is "Vixen Digital tool to hide link previews on hover in Google Sheets.".

Extension Screenshots

screenshot
screenshot

Download Hide Link Preview in Google Sheets Extension CRX File

Download Hide Link Preview in Google Sheets 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

                        This extension will hide and disable the link preview when hovering over a hyperlink in Google Sheets. A tool for SEOs or anyone that works with Google Sheets and a lot of links and wants to stop the link preview from showing. The extension will be turned on once installed but can then be turned on and off as required.                    

Extension Basic Information

Name Hide Link Preview in Google Sheets Hide Link Preview in Google Sheets
ID mhkciofjljfadebnghpccobljpbaagee
Official URL https://chromewebstore.google.com/detail/hide-link-preview-in-goog/mhkciofjljfadebnghpccobljpbaagee
Description Vixen Digital tool to hide link previews on hover in Google Sheets.
File Size 76.96 KB
Installation Count 35
Current Version 1.0
Last Updated 2023-08-17
Publish Date 2023-08-17
Rating 5.00/5 Total 2 Ratings
Developer Vixen Digital
Email [email protected]
Payment Type free
Extension Website https://www.vixendigital.com/
Help Page URL https://www.vixendigital.com/#contact
Privacy Policy Page URL https://www.vixendigital.com/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Link Preview in Google Sheets",
    "description": "Vixen Digital tool to hide link previews on hover in Google Sheets.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Hide Link Preview in Google Sheets",
        "default_icon": {
            "16": "\/assets\/images\/action-links-grey-16.png",
            "32": "\/assets\/images\/action-links-grey-32.png",
            "48": "\/assets\/images\/action-links-grey-48.png",
            "128": "\/assets\/images\/action-links-grey-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "declarativeContent"
    ],
    "icons": {
        "16": "\/assets\/images\/action-links-hidden-16.png",
        "32": "\/assets\/images\/action-links-hidden-32.png",
        "48": "\/assets\/images\/action-links-hidden-48.png",
        "128": "\/assets\/images\/action-links-hidden-128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/spreadsheets\/*"
            ],
            "css": [
                "assets\/css\/page.css"
            ]
        }
    ]
}