Freedom to More Freedom

Replaces the text 'Security' with 'Freedom'.

Freedom to More Freedom là gì?

Freedom to More Freedom là một tiện ích mở rộng Chrome được phát triển bởi https://nullify-ctf.blogspot.com, và tính năng chính của nó là "Replaces the text 'Security' with 'Freedom'.".

Ả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 Freedom to More Freedom

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

                        Replaces the text 'Security' with 'Freedom' in certain contexts. This basically the same as cloud to butts.                    

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

Tên Freedom to More Freedom Freedom to More Freedom
ID mbjafjdfamobncblnamcbfpkeelcihno
URL Chính Thức https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno
Mô tả Replaces the text 'Security' with 'Freedom'.
Kích Thước Tệp 3.37 KB
Số Lần Cài Đặt 1,080
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-07-05
Ngày Phát Hành 2014-07-04
Đánh Giá 2.83/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://nullify-ctf.blogspot.com
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": 2,
    "name": "Freedom to More Freedom",
    "version": "1.0",
    "description": "Replaces the text 'Security' with 'Freedom'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}