Election forecast ball pit
Bounce the balls in FiveThirtyEight's presidential forecast
What is Election forecast ball pit?
Election forecast ball pit is a Chrome extension developed by Chris Zubak-Skees, and its main feature is "Bounce the balls in FiveThirtyEight's presidential forecast".
Extension Screenshots
Download Election forecast ball pit Extension CRX File
Download Election forecast ball pit 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
Play with the balls in FiveThirtyEight's presidential forecast! Bounce them! Bump them! Relieve your anxiety. Made by Chris Zubak-Skees, a member of the Bad Idea Factory. In no way endorsed or associated with FiveThirtyEight.
Extension Basic Information
Name | Election forecast ball pit |
ID | bcmcdcofkamibaocdbjlbnjnkkkkldba |
Official URL | https://chromewebstore.google.com/detail/election-forecast-ball-pi/bcmcdcofkamibaocdbjlbnjnkkkkldba |
Description | Bounce the balls in FiveThirtyEight's presidential forecast |
File Size | 43.92 KB |
Installation Count | 28 |
Current Version | 1.0.0 |
Last Updated | 2020-09-21 |
Publish Date | 2020-09-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Chris Zubak-Skees |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/chriszs/fte-ball-bounce |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Election forecast ball pit", "description": "Bounce the balls in FiveThirtyEight's presidential forecast", "version": "1.0.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/projects.fivethirtyeight.com\/2020-election-forecast\/" ], "js": [ "index.js" ], "css": [ "main.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |