Super Chrome
Make browsing way more cool.
What is Super Chrome?
Super Chrome is a Chrome extension developed by hamstu, and its main feature is "Make browsing way more cool.".
Extension Screenshots
Download Super Chrome Extension CRX File
Download Super Chrome 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
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?
Extension Basic Information
Name | |
ID | igalddhooegmphgpilbfiadgoopgodmn |
Official URL | https://chrome.google.com/webstore/detail/super-chrome/igalddhooegmphgpilbfiadgoopgodmn |
Description | Make browsing way more cool. |
File Size | 146 KB |
Installation Count | 3,000 |
Current Version | 0.0.1 |
Last Updated | 2014-10-22 |
Publish Date | 2014-10-22 |
Rating | 4.28/5 Total 103 Ratings |
Developer | hamstu |
Payment Type | free |
Supported Languages | 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" } } |