Get Webcache Info

Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com

What is Get Webcache Info?

Get Webcache Info is a Chrome extension developed by ben.crol17, and its main feature is "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com".

Extension Screenshots

screenshot

Download Get Webcache Info Extension CRX File

Download Get Webcache Info 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

                        Get the last cache information of the current tab's URL in one click. Instead of redirecting to webcache.googleusercontent.com or using "cache:" before the URL (and then being redirected again), you get the information on the spot with this extension. 

Knowing when a page was last cached is essential SEO information. It shows how important the page is in the eyes of search engines.                    

Extension Basic Information

Name Get Webcache Info Get Webcache Info
ID ojhpdjieoongfofoejmnkikaloblohfg
Official URL https://chromewebstore.google.com/detail/get-webcache-info/ojhpdjieoongfofoejmnkikaloblohfg
Description Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com
File Size 54.43 KB
Installation Count 44
Current Version 1.0
Last Updated 2022-09-27
Publish Date 2022-09-27
Developer ben.crol17
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Webcache Info",
    "description": "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com",
    "version": "1.0",
    "manifest_version": 3,
    "host_permissions": [
        "http:\/\/webcache.googleusercontent.com\/"
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/webcacheinfo16.png",
            "32": "\/images\/webcacheinfo32.png",
            "48": "\/images\/webcacheinfo48.png",
            "128": "\/images\/webcacheinfo128.png"
        }
    },
    "icons": {
        "16": "\/images\/webcacheinfo16.png",
        "32": "\/images\/webcacheinfo32.png",
        "48": "\/images\/webcacheinfo48.png",
        "128": "\/images\/webcacheinfo128.png"
    }
}