Ctrl-Alt-Right

Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.

Ctrl-Alt-Right là gì?

Ctrl-Alt-Right là một tiện ích mở rộng Chrome được phát triển bởi Heather Akers-Healy, và tính năng chính của nó là "Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.".

Ả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 Ctrl-Alt-Right

Tải xuống các tệp mở rộng Ctrl-Alt-Right 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 mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.                    

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

Tên Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
URL Chính Thức https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
Mô tả Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
Kích Thước Tệp 206 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2016-11-14
Ngày Phát Hành 2016-11-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Heather Akers-Healy
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": "Ctrl-Alt-Right",
    "version": "0.2.0",
    "description": "",
    "author": "",
    "browser_action": {
        "default_title": "Use this to open the popup",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ]
}