RickBlock

RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!

RickBlock là gì?

RickBlock là một tiện ích mở rộng Chrome được phát triển bởi bjornorri, và tính năng chính của nó là "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!".

Ả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 RickBlock

Tải xuống các tệp mở rộng RickBlock 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

                        RickBlock identifies and warns you about any RickRoll links that you may come across by displaying the RickBlock icon.
Don't get yourself RickRoll'd again!                    

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

Tên RickBlock RickBlock
ID agbeefmhngcnolppmknfgidinfnfiocp
URL Chính Thức https://chrome.google.com/webstore/detail/rickblock/agbeefmhngcnolppmknfgidinfnfiocp
Mô tả RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!
Kích Thước Tệp 1.54 MB
Số Lần Cài Đặt 428
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-08-21
Ngày Phát Hành 2014-08-21
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển bjornorri
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": "RickBlock",
    "version": "1.0",
    "description": "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "links.css"
            ],
            "js": [
                "links.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}