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)란 무엇입니까?

Origin Requests Only (Firewall)은(는) ATCS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Origin Requests Only (Firewall) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Origin Requests Only (Firewall) Origin Requests Only (Firewall)
ID kadfhmhfoplfpmffcfanpnphhjbilifl
공식 URL https://chromewebstore.google.com/detail/origin-requests-only-fire/kadfhmhfoplfpmffcfanpnphhjbilifl
설명 Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.
파일 크기 102 KB
설치 횟수 592
현재 버전 1.1.2
최근 업데이트 2021-02-26
출시 날짜 2018-07-07
평점 4.45/5 총 11 개의 평점
개발자 ATCS
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/SergeyZadorozhniy/OriginRequestsOnly
도움말 페이지 URL https://github.com/SergeyZadorozhniy/OriginRequestsOnly
개인정보 보호 정책 페이지 URL https://www.tab-suspender.com/privacypolicy
지원되는 언어 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
}