Origin Requests Only (Firewall)

Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.

Origin Requests Only (Firewall) là gì?

Origin Requests Only (Firewall) là một tiện ích mở rộng Chrome được phát triển bởi ATCS, và tính năng chính của nó là "Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.".

Ả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 Origin Requests Only (Firewall)

Tải xuống các tệp mở rộng Origin Requests Only (Firewall) 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

                        Extension allow requests to current domain or sub-domian and block all others requests.                    

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

Tên Origin Requests Only (Firewall) Origin Requests Only (Firewall)
ID kadfhmhfoplfpmffcfanpnphhjbilifl
URL Chính Thức https://chromewebstore.google.com/detail/origin-requests-only-fire/kadfhmhfoplfpmffcfanpnphhjbilifl
Mô tả Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 592
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2021-02-26
Ngày Phát Hành 2018-07-07
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển ATCS
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/SergeyZadorozhniy/OriginRequestsOnly
URL Trang Trợ Giúp https://github.com/SergeyZadorozhniy/OriginRequestsOnly
URL Trang Chính Sách Bảo Mật https://www.tab-suspender.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Origin Requests Only (Firewall)",
    "version": "1.1.2",
    "description": "Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        "",
        "unlimitedStorage"
    ],
    "icons": {
        "20": "img\/icon_20.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_20.png",
        "default_title": "Origin Requests Only (Firewall)",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}