Better Scratch Navbar

Changes the navbar to a better, wider, prettier one.

What is Better Scratch Navbar?

Better Scratch Navbar is a Chrome extension developed by GrannyCookies, and its main feature is "Changes the navbar to a better, wider, prettier one.".

Extension Screenshots

screenshot

Download Better Scratch Navbar Extension CRX File

Download Better Scratch Navbar 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

                                            

Extension Basic Information

Name Better Scratch Navbar Better Scratch Navbar
ID jmkeiloeoeghhlkfeahcdfbjeongihol
Official URL https://chrome.google.com/webstore/detail/better-scratch-navbar/jmkeiloeoeghhlkfeahcdfbjeongihol
Description Changes the navbar to a better, wider, prettier one.
File Size 39.64 KB
Installation Count 134
Current Version 2.1
Last Updated 2015-01-21
Publish Date 2015-01-21
Rating 3.33/5 Total 12 Ratings
Developer GrannyCookies
Payment Type free
Extension Website http://scratch.mit.edu
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Scratch Navbar",
    "version": "2.1",
    "description": "Changes the navbar to a better, wider, prettier one.",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/scratch.mit.edu\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/scratch.mit.edu\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src http:\/\/scratch.mit.edu; img-src http:\/\/scratch.mit.edu"
}