Rdirect Plugin

Redirect to any page with a double-click of the mouse

Rdirect Plugin là gì?

Rdirect Plugin là một tiện ích mở rộng Chrome được phát triển bởi royleekiat, và tính năng chính của nó là "Redirect to any page with a double-click of the mouse".

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

screenshot
screenshot

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

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

                        Parental supervision? Boss checking up on you? Fear not! With Rdirect, you may now browse any page, watch any video, and simply double click on any part of the pagebody to redirect to a desired page, which you can set in the options of the Rdirect extension. What are you waiting for?

*Best used with vpn and incognito mode :)*                    

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

Tên Rdirect Plugin Rdirect Plugin
ID dmpholkcpnngbjoacanififjdleamgop
URL Chính Thức https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop
Mô tả Redirect to any page with a double-click of the mouse
Kích Thước Tệp 6.81 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-20
Ngày Phát Hành 2015-11-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển royleekiat
Loại Thanh Toán free
Trang Web Mở Rộng http://royleekiat.wordpress.com/
URL Trang Trợ Giúp https://github.com/royleekiat
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rdirect Plugin",
    "description": "Redirect to any page with a double-click of the mouse",
    "version": "1.0",
    "options_page": "options.html",
    "short_name": "Rdirect",
    "homepage_url": "http:\/\/royleekiat.wordpress.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Rdirect.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}