RickRollMeNot

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

RickRollMeNot là gì?

RickRollMeNot là một tiện ích mở rộng Chrome được phát triển bởi Frank, và tính năng chính của nó là "This extension will alert you when you are about to be RickRoll'd".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RickRollMeNot

Tải xuống các tệp mở rộng RickRollMeNot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Never get rickroll'd again with RickRollMeNot.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RickRollMeNot RickRollMeNot
ID encfcicfiabmdmfomelgfjhmigjpnodi
URL Chính Thức https://chromewebstore.google.com/detail/rickrollmenot/encfcicfiabmdmfomelgfjhmigjpnodi
Mô tả This extension will alert you when you are about to be RickRoll'd
Kích Thước Tệp 24.95 KB
Số Lần Cài Đặt 141
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-08-17
Ngày Phát Hành 2016-08-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Frank
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}