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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ATCS และคุณลักษณะหลักของมันคือ "Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Origin Requests Only (Firewall)

ดาวน์โหลดไฟล์ส่วนขยาย Origin Requests Only (Firewall) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}