Stackoverflow '90s
Bring back '90s on Stackoverflow
What is Stackoverflow '90s?
Stackoverflow '90s is a Chrome extension developed by danilopolani, and its main feature is "Bring back '90s on Stackoverflow".
Extension Screenshots
Download Stackoverflow '90s Extension CRX File
Download Stackoverflow '90s 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
Do you already miss Stackoverflow '90s edition? Bring it back with this extension! Well, yes... The code is taken from Stackoverflow, of course.
Extension Basic Information
Name | Stackoverflow '90s |
ID | ndcgnbelcomnafpeiaimopkpomdfpfak |
Official URL | https://chromewebstore.google.com/detail/stackoverflow-90s/ndcgnbelcomnafpeiaimopkpomdfpfak |
Description | Bring back '90s on Stackoverflow |
File Size | 41.71 KB |
Installation Count | 65 |
Current Version | 1.0.0 |
Last Updated | 2019-04-03 |
Publish Date | 2019-04-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | danilopolani |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stackoverflow '90s", "description": "Bring back '90s on Stackoverflow", "version": "1.0.0", "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "*:\/\/*.stackoverflow.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.stackoverflow.com\/*" ], "css": [ "90s.css" ], "js": [ "90s.js" ] } ] } |