Grape Bubble Gum

Overrides the new tab page

What is Grape Bubble Gum?

Grape Bubble Gum is a Chrome extension developed by Mikołaj Zyzański, and its main feature is "Overrides the new tab page".

Extension Screenshots

screenshot

Download Grape Bubble Gum Extension CRX File

Download Grape Bubble Gum 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

                        A stylish new tab page with inspiring messages and an accurate clock!                    

Extension Basic Information

Name Grape Bubble Gum Grape Bubble Gum
ID nnmofdhbnininldeejjljbagmkafklgm
Official URL https://chromewebstore.google.com/detail/grape-bubble-gum/nnmofdhbnininldeejjljbagmkafklgm
Description Overrides the new tab page
File Size 117 KB
Installation Count 14
Current Version 0.0.1
Last Updated 2020-08-25
Publish Date 2020-08-25
Rating 5.00/5 Total 1 Ratings
Developer Mikołaj Zyzański
Email [email protected]
Payment Type free
Help Page URL https://mikozyz.dev/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grape Bubble Gum",
    "description": "Overrides the new tab page",
    "version": "0.0.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png"
    }
}