Star Spangled Browser

The word America has never been so fun.

¿Qué es Star Spangled Browser?

Star Spangled Browser es una extensión de Chrome desarrollada por Tim Holman, y su función principal es "The word America has never been so fun.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Star Spangled Browser

Descarga archivos de extensión Star Spangled Browser en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Are you American?
Do you know any Americans?
Do you know of America?

If you answered yes to any of these, then this chrome extension is for you!

Star Spangled banner makes browsing fun. Every time you see the word "America" in your browser, hovering it will launch an amazing gif, with some even more amazing sounds to accompany it.

But wait, thats not all! Every time you see the word America, it will have a beautiful red white and blue animation, shining in with patriotic pride!

Just when you thought the fun was over, there's more! Hovering will also show a limited edition American flag cursor!

Install Star Spangled Browser in chrome today, for instant enjoyment, and gratification from the world! Or Surprise your coworkers by installing star spangled banner in their browser, they'll go from "regular" friends, to "super awesome best" friends!

And lets give a super special high 5 to all the awesome Gif, and sound clip creators out there. I love you guys. We all do.                    

Información Básica de la Extensión

Nombre Star Spangled Browser Star Spangled Browser
ID nmhhaohjnbippbdhfemgeiooacflcphi
URL Oficial https://chrome.google.com/webstore/detail/star-spangled-browser/nmhhaohjnbippbdhfemgeiooacflcphi
Descripción The word America has never been so fun.
Tamaño del Archivo 9.05 MB
Cantidad de Instalaciones 449
Versión Actual 1.0.1
Última Actualización 2014-07-13
Fecha de Publicación 2014-07-13
Calificación 3.93/5 Total de 28 Calificaciones
Desarrollador Tim Holman
Tipo de Pago free
Sitio Web de la Extensión http://tholman.com/star-spangled-browser
URL de la Página de Ayuda http://tholman.com
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star Spangled Browser",
    "description": "The word America has never been so fun.",
    "version": "1.0.1",
    "icons": {
        "48": ".\/assets\/icons\/48.png",
        "128": ".\/assets\/icons\/128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                ".\/css\/styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*",
        "css\/*"
    ],
    "background": {
        "scripts": [
            ".\/js\/init.js"
        ],
        "persistent": true
    }
}