IT'S TIME FOR ALEX!
Alex time...
What is IT'S TIME FOR ALEX!?
IT'S TIME FOR ALEX! is a Chrome extension developed by JordanWelch, and its main feature is "Alex time...".
Extension Screenshots
Download IT'S TIME FOR ALEX! Extension CRX File
Download IT'S TIME FOR ALEX! 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
Just a little project I made for my digital media class in school along with my friends, Alex and Davis. Thank you to the maker of the TIME TO STOP extension and Filthy Frank for the inspiration. No Alexes were harmed in the making of this extension.
Extension Basic Information
Name | |
ID | ibjnjklanhlepfahlbfohminnhinnbmk |
Official URL | https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk |
Description | Alex time... |
File Size | 15.7 MB |
Installation Count | 307 |
Current Version | 1.0 |
Last Updated | 2019-03-27 |
Publish Date | 2019-03-27 |
Rating | 4.67/5 Total 3 Ratings |
Developer | JordanWelch |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "TIME FOR ALEX" }, "content_scripts": [ { "css": [ "timetostop.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "description": "Alex time... ", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "IT'S TIME FOR ALEX!", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "assets\/*" ] } |