Astro Bot
A Programming Question with Every New Tab
What is Astro Bot?
Astro Bot is a Chrome extension developed by jordan.evan.campbell, and its main feature is "A Programming Question with Every New Tab".
Extension Screenshots
Download Astro Bot Extension CRX File
Download Astro Bot 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
Maintain your developer knowledge with a random programming question on every new tab.
Extension Basic Information
Name | Astro Bot |
ID | acjiedbilhbchmjblapmekfajpplpgdo |
Official URL | https://chromewebstore.google.com/detail/astro-bot/acjiedbilhbchmjblapmekfajpplpgdo |
Description | A Programming Question with Every New Tab |
File Size | 195 KB |
Installation Count | 1,177 |
Current Version | 1.0.17 |
Last Updated | 2018-11-05 |
Publish Date | 2018-11-04 |
Rating | 4.67/5 Total 18 Ratings |
Developer | jordan.evan.campbell |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Astro Bot", "description": "A Programming Question with Every New Tab", "version": "1.0.17", "manifest_version": 2, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'; connect-src 'self' wss:\/\/*.firebaseio.com https:\/\/*.firebaseio.com;" } |