No Rick: Never get rickrolled again!
Highlights every link to the famous Rickroll video to help you not to get rickrolled :)
什么是No Rick: Never get rickrolled again!?
No Rick: Never get rickrolled again!是由Propra开发的Chrome扩展程序,该扩展的主要功能是“Highlights every link to the famous Rickroll video to help you not to get rickrolled :)”。
扩展截图
下载No Rick: Never get rickrolled again!扩展crx文件
下载No Rick: Never get rickrolled again!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Highlights every link to the famous Rickroll video to help you not to get rickrolled :)                     扩展基本信息
| 名称 |  | 
| ID | cdllpdkoemhchafaajlkkengigklncnp | 
| 官方URL | https://chromewebstore.google.com/detail/no-rick-never-get-rickrol/cdllpdkoemhchafaajlkkengigklncnp | 
| 简介 | Highlights every link to the famous Rickroll video to help you not to get rickrolled :) | 
| 文件大小 | 46.17 KB | 
| 安装次数 | 498 | 
| 当前版本 | 0.2.0 | 
| 更新时间 | 2024-01-30 | 
| 上架时间 | 2017-01-11 | 
| 评分 | 3.40/5 共5次评分 | 
| 开发者 | Propra | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No Rick: Never get rickrolled again!",
    "short_name": "No Rick",
    "version": "0.2.0",
    "description": "Highlights every link to the famous Rickroll video to help you not to get rickrolled :)",
    "author": "Josha van Praag",
    "browser_action": {
        "default_icon": "img\/norick_128.jpg",
        "default_title": "No Rick: Never get rickrolled again!"
    },
    "icons": {
        "16": "img\/norick_16.jpg",
        "128": "img\/norick_128.jpg",
        "256": "img\/norick_256.jpg"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ]
} | |