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"
    ]
}