RickRollMeNot

This extension will alert you when you are about to be RickRoll'd

RickRollMeNotとは何ですか?

RickRollMeNotはFrankによって開発されたChromeの拡張機能で、その主な機能は「This extension will alert you when you are about to be RickRoll'd」です。

拡張機能のスクリーンショット

screenshot

RickRollMeNot拡張機能のCRXファイルをダウンロード

RickRollMeNot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Never get rickroll'd again with RickRollMeNot.

RickRollMeNot will scan links and alert you when you are about to be rickroll'd.                    

拡張機能の基本情報

名前 RickRollMeNot RickRollMeNot
ID encfcicfiabmdmfomelgfjhmigjpnodi
公式URL https://chromewebstore.google.com/detail/rickrollmenot/encfcicfiabmdmfomelgfjhmigjpnodi
説明 This extension will alert you when you are about to be RickRoll'd
ファイルサイズ 24.95 KB
インストール数 141
現在のバージョン 1.0
最終更新日 2016-08-17
公開日 2016-08-17
評価 5.00/5 合計 1 レビュー
開発者 Frank
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RickRollMeNot",
    "description": "This extension will alert you when you are about to be RickRoll'd",
    "version": "1.0",
    "browser_action": {
        "default_title": "RickRollMeNot",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/RRMN_16.png",
        "32": "images\/RRMN_32.png",
        "48": "images\/RRMN_48.png",
        "128": "images\/RRMN_128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "tool.js"
            ]
        }
    ]
}