Age Calculator and Updater by Rofi

Age Calculator and Updater as Chrome Extension by Rofi

What is Age Calculator and Updater by Rofi?

Age Calculator and Updater by Rofi is a Chrome extension developed by https://age.rofi.link, and its main feature is "Age Calculator and Updater as Chrome Extension by Rofi".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Age Calculator and Updater by Rofi Extension CRX File

Download Age Calculator and Updater by Rofi 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

                        Homepage extension to show your age in years, month(s), day(s), hour(s), minute(s), and second(s). This extension will change your new tab behavior.                    

Extension Basic Information

Name Age Calculator and Updater by Rofi Age Calculator and Updater by Rofi
ID olndgnldoobcecnijailjdekbcpfgfeh
Official URL https://chromewebstore.google.com/detail/age-calculator-and-update/olndgnldoobcecnijailjdekbcpfgfeh
Description Age Calculator and Updater as Chrome Extension by Rofi
File Size 178 KB
Installation Count 26
Current Version 4.0.0
Last Updated 2023-06-18
Publish Date 2020-12-01
Rating 5.00/5 Total 1 Ratings
Developer https://age.rofi.link
Email [email protected]
Payment Type free
Extension Website https://age.rofi.link/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Age Calculator and Updater",
    "name": "Age Calculator and Updater by Rofi",
    "description": "Age Calculator and Updater as Chrome Extension by Rofi",
    "version": "4.0.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'; img-src 'self' data:; default-src 'self' 'unsafe-inline'"
    },
    "icons": {
        "192": "\/assets\/manifest-icon-192.png",
        "512": "\/assets\/manifest-icon-512.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ]
}