Ricky!
For all the hardcore rick rollers out there.
什么是Ricky!?
Ricky!是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“For all the hardcore rick rollers out there.”。
扩展截图
下载Ricky!扩展crx文件
下载Ricky!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you love rick rolling your friends, and maybe even your enemies if you're feeling extra mischievous? Do you love seeing the look on their face when they realize what they've just clicked on? Do you love tricking them to fall for your devilish schemes? Well then this extension is for you! This is a quick button for all the hardcore rick rollers out there that takes you straight to the Never Gonna Give You Up music video by Rick Astley, so you can rick roll someone at a moment's notice. It even copies the video's link to the clipboard!
扩展基本信息
名称 | Ricky! |
ID | kgobmccndkadfachdknnfdoimncplkan |
官方URL | https://chromewebstore.google.com/detail/ricky/kgobmccndkadfachdknnfdoimncplkan |
简介 | For all the hardcore rick rollers out there. |
文件大小 | 106 KB |
安装次数 | 109 |
当前版本 | 1.0 |
更新时间 | 2021-11-17 |
上架时间 | 2021-11-17 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ricky!", "description": "For all the hardcore rick rollers out there.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ricky.png", "32": "\/images\/ricky.png", "48": "\/images\/ricky.png", "128": "\/images\/ricky.png" } }, "icons": { "16": "\/images\/ricky.png", "32": "\/images\/ricky.png", "48": "\/images\/ricky.png", "128": "\/images\/ricky.png" }, "options_page": "options.html" } |