RickrollGuard

The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.

RickrollGuard là gì?

RickrollGuard là một tiện ích mở rộng Chrome được phát triển bởi theepicsully, và tính năng chính của nó là "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.".

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

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

                        This is a fun, simple Chrome extension that stops users from getting "rickrolled", a meme in internet culture where somebody clicks a link and is redirected to Rick Astley's "Never Gonna Give You Up" music video. Upon clicking on a link that would "rickroll" somebody, this Chrome extension redirects them to the website https://sullycb.github.io/RickrollGuard.html that tells them that they were protected by Rickroll Guard.                    

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

Tên RickrollGuard RickrollGuard
ID ncjiindlkgmfhcmeenmejoigfhppnomf
URL Chính Thức https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf
Mô tả The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
Kích Thước Tệp 341 KB
Số Lần Cài Đặt 451
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-11-17
Ngày Phát Hành 2020-11-17
Đánh Giá 3.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển theepicsully
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sullycb.github.io/RickrollGuard.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickrollGuard",
    "description": "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.",
    "background": {
        "scripts": [
            "rickfinder.js"
        ]
    },
    "author": "SullyBS",
    "permissions": [
        "tabs",
        "alarms"
    ],
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "panel.html",
        "default_icon": "Rickhead.png"
    },
    "icons": {
        "16": "Rickhead16.png",
        "48": "Rickhead48.png",
        "128": "Rickhead128.png"
    }
}