IT'S TIME FOR ALEX!
Alex time...
什么是IT'S TIME FOR ALEX!?
IT'S TIME FOR ALEX!是由JordanWelch开发的Chrome扩展程序,该扩展的主要功能是“Alex time...”。
扩展截图
下载IT'S TIME FOR ALEX!扩展crx文件
下载IT'S TIME FOR ALEX!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ibjnjklanhlepfahlbfohminnhinnbmk |
官方URL | https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk |
简介 | Alex time... |
文件大小 | 15.7 MB |
安装次数 | 307 |
当前版本 | 1.0 |
更新时间 | 2019-03-27 |
上架时间 | 2019-03-27 |
评分 | 4.67/5 共3次评分 |
开发者 | JordanWelch |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |