CollegeConfetti
Admission Letter Stress Be Gone!
什么是CollegeConfetti?
CollegeConfetti是由https://bananiumlabs.com开发的Chrome扩展程序,该扩展的主要功能是“Admission Letter Stress Be Gone!”。
扩展截图
下载CollegeConfetti扩展crx文件
下载CollegeConfetti扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you ever been frustrated with having to nervously read through your admission letter just to find out you were rejected? How about the lack of gratification when no confetti appears?! Worry no more! Introducing... ADMISSION_CONFETTI.crx! This chrome extension will scan any webpages you visit ending in .edu for the word 'Congratuations' even if they are in an iframe. If it does detect any traces of flour-based commodity, such as bread, you will be introduced to an infinite flow of confetti. What can get better than that?! Changelog: 1.0.1 - Hide canvas when no confetti is available 1.0.2 - FULL SCREEN CONFETTI!!! Full source code is available here: https://github.com/EnumC/CollegeConfetti
扩展基本信息
名称 | CollegeConfetti |
ID | jdhoaebmpnhhpgokednpeoaohmimflee |
官方URL | https://chromewebstore.google.com/detail/collegeconfetti/jdhoaebmpnhhpgokednpeoaohmimflee |
简介 | Admission Letter Stress Be Gone! |
文件大小 | 42.94 KB |
安装次数 | 159 |
当前版本 | 1.0.2 |
更新时间 | 2021-02-25 |
上架时间 | 2019-03-27 |
评分 | 5.00/5 共5次评分 |
开发者 | https://bananiumlabs.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://enumc.com |
帮助页面URL | https://enumc.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CollegeConfetti", "description": "Admission Letter Stress Be Gone!", "version": "1.0.2", "icons": { "128": "128.png", "48": "48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.edu\/*", "https:\/\/*.edu\/*" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*.edu\/*", "https:\/\/*.edu\/*" ], "author": "Eric Qian", "homepage_url": "https:\/\/bananiumlabs.com", "manifest_version": 2 } |