Rick Roll Detector

Warns you about Rick Roll links - never get Rick Rolled again.

什么是Rick Roll Detector?

Rick Roll Detector是由mgriffiths开发的Chrome扩展程序,该扩展的主要功能是“Warns you about Rick Roll links - never get Rick Rolled again.”。

扩展截图

screenshot

下载Rick Roll Detector扩展crx文件

下载Rick Roll Detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Never get Rick Rolled again.

This extension pops a mini Rick Astley next to all links which could Rick Roll you, and warns when you click on one.                    

扩展基本信息

名称 Rick Roll Detector Rick Roll Detector
ID naiegljfmojjaphollbjobpedcdnkkfp
官方URL https://chromewebstore.google.com/detail/rick-roll-detector/naiegljfmojjaphollbjobpedcdnkkfp
简介 Warns you about Rick Roll links - never get Rick Rolled again.
文件大小 185 KB
安装次数 6,311
当前版本 0.0.1
更新时间 2016-06-30
上架时间 2016-06-30
评分 4.16/5 共45次评分
开发者 mgriffiths
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rick Roll Detector",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Warns you about Rick Roll links - never get Rick Rolled again.",
    "homepage_url": "http:\/\/mike-griffiths.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/rickastley.png"
    ]
}