30k

An extension that shows how many days you have lived (out of 30,000 days).

What is 30k?

30k is a Chrome extension developed by edwardobutler, and its main feature is "An extension that shows how many days you have lived (out of 30,000 days).".

Extension Screenshots

screenshot

Download 30k Extension CRX File

Download 30k 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

                        You are given 30,000 days to live the life that you want to live. How many days down are you? This extension will remind you each time you open a new chrome window!                    

Extension Basic Information

Name 30k 30k
ID olbpglaibapheinfojhgiaenneioilpn
Official URL https://chromewebstore.google.com/detail/30k/olbpglaibapheinfojhgiaenneioilpn
Description An extension that shows how many days you have lived (out of 30,000 days).
File Size 526 KB
Installation Count 2,133
Current Version 1.0
Last Updated 2018-12-24
Publish Date 2018-12-23
Rating 4.70/5 Total 10 Ratings
Developer edwardobutler
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "30k",
    "description": "An extension that shows how many days you have lived (out of 30,000 days).",
    "version": "1.0",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}