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.

Vad är Origin Requests Only (Firewall)?

Origin Requests Only (Firewall) är en Chrome-tillägg utvecklad av ATCS, och dess huvudfunktion är "Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Origin Requests Only (Firewall)-förlängningens CRX-fil

Ladda ner Origin Requests Only (Firewall)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Origin Requests Only (Firewall) Origin Requests Only (Firewall)
ID kadfhmhfoplfpmffcfanpnphhjbilifl
Officiell webbadress https://chromewebstore.google.com/detail/origin-requests-only-fire/kadfhmhfoplfpmffcfanpnphhjbilifl
Beskrivning Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.
Filstorlek 102 KB
Antal Installationer 592
Aktuell Version 1.1.2
Senast Uppdaterad 2021-02-26
Publiceringsdatum 2018-07-07
Betyg 4.45/5 Totalt 11 Betyg
Utvecklare ATCS
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/SergeyZadorozhniy/OriginRequestsOnly
Hjälpsida URL https://github.com/SergeyZadorozhniy/OriginRequestsOnly
URL till Sekretesspolicy Sidan https://www.tab-suspender.com/privacypolicy
Stödda Språk 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
}