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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/SergeyZadorozhniy/OriginRequestsOnly
عنوان صفحة سياسة الخصوصية 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
}