RickrollGuard
The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
什么是RickrollGuard?
RickrollGuard是由theepicsully开发的Chrome扩展程序,该扩展的主要功能是“The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.”。
扩展截图
下载RickrollGuard扩展crx文件
下载RickrollGuard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a fun, simple Chrome extension that stops users from getting "rickrolled", a meme in internet culture where somebody clicks a link and is redirected to Rick Astley's "Never Gonna Give You Up" music video. Upon clicking on a link that would "rickroll" somebody, this Chrome extension redirects them to the website https://sullycb.github.io/RickrollGuard.html that tells them that they were protected by Rickroll Guard. 扩展基本信息
| 名称 | |
| ID | ncjiindlkgmfhcmeenmejoigfhppnomf |
| 官方URL | https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf |
| 简介 | The chrome extension that makes it impossible for you to get rickrolled. This is the work of god. |
| 文件大小 | 341 KB |
| 安装次数 | 451 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-11-17 |
| 上架时间 | 2020-11-17 |
| 评分 | 3.33/5 共6次评分 |
| 开发者 | theepicsully |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sullycb.github.io/RickrollGuard.html |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RickrollGuard",
"description": "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.",
"background": {
"scripts": [
"rickfinder.js"
]
},
"author": "SullyBS",
"permissions": [
"tabs",
"alarms"
],
"version": "1.0",
"manifest_version": 2,
"browser_action": {
"default_popup": "panel.html",
"default_icon": "Rickhead.png"
},
"icons": {
"16": "Rickhead16.png",
"48": "Rickhead48.png",
"128": "Rickhead128.png"
}
} | |