bopper

This extension will allow you to create a custom new tab page

What is bopper?

bopper is a Chrome extension developed by catdog, and its main feature is "This extension will allow you to create a custom new tab page".

Extension Screenshots

screenshot

Download bopper Extension CRX File

Download bopper 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

                        Ever wanted to create a new tab without the boring websites that usually opens?? Now you can choose an image and text that will open when a new tab is created.                    

Extension Basic Information

Name bopper bopper
ID jhmihlolibapfbcfpilpfjjcidloolka
Official URL https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka
Description This extension will allow you to create a custom new tab page
File Size 9.92 MB
Installation Count 10
Current Version 3.2
Last Updated 2017-02-13
Publish Date 2017-02-13
Rating 5.00/5 Total 6 Ratings
Developer catdog
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "bopper",
    "description": "This extension will allow you to create a custom new tab page",
    "version": "3.2",
    "options_page": "option2.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "options2.html"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "bopp.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}