Super Chrome

Make browsing way more cool.

Qu'est-ce que Super Chrome ?

Super Chrome est une extension Chrome développée par hamstu, et sa fonction principale est "Make browsing way more cool.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Super Chrome

Téléchargez les fichiers d'extension Super Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Super Chrome makes browsing fun again! Sound effects are played for new tabs, closed tabs, switching tabs, and whenever you click inside a web page.

Earn coins for every click! But don't worry; the points don't matter. 

Or do they?                    

Informations de Base sur l'Extension

Nom Super Chrome Super Chrome
ID igalddhooegmphgpilbfiadgoopgodmn
URL Officiel https://chrome.google.com/webstore/detail/super-chrome/igalddhooegmphgpilbfiadgoopgodmn
Description Make browsing way more cool.
Taille du Fichier 146 KB
Nombre d'Installations 3,000
Version Actuelle 0.0.1
Dernière Mise à Jour 2014-10-22
Date de Publication 2014-10-22
Évaluation 4.28/5 Total 103 Évaluations
Développeur hamstu
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Chrome",
    "description": "Make browsing way more cool.",
    "version": "0.0.1",
    "author": "Hamish Macpherson",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Super Chrome",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "manifest_version": 2,
    "icons": {
        "32": "extension32.png",
        "48": "extension48.png",
        "128": "extension128.png"
    }
}