Every Page Rickroll

Every page you visit is a rickroll!

Every Page Rickroll là gì?

Every Page Rickroll là một tiện ích mở rộng Chrome được phát triển bởi Productivity ++, và tính năng chính của nó là "Every page you visit is a rickroll!".

Ả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 Every Page Rickroll

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

                        Install this on your (or a friends computer), and every page they visit is a rickroll! This extension also works on the new tab page!!                    

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

Tên Every Page Rickroll Every Page Rickroll
ID fbiibddkieopnldmkppionhcdmnfnlec
URL Chính Thức https://chromewebstore.google.com/detail/every-page-rickroll/fbiibddkieopnldmkppionhcdmnfnlec
Mô tả Every page you visit is a rickroll!
Kích Thước Tệp 13.18 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.00
Cập Nhật Lần Cuối 2022-12-27
Ngày Phát Hành 2022-12-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Productivity ++
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Every Page Rickroll",
    "description": "Every page you visit is a rickroll!",
    "version": "1.00",
    "author": "Themes R' Us",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    }
}