Redirect Blocker

Redirect Blocker protects your privacy and speeds up loading times, removing tracking and unnecessary redirects from your browsing.

Redirect Blockerคืออะไร?

Redirect Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย redirectblocker และคุณลักษณะหลักของมันคือ "Redirect Blocker protects your privacy and speeds up loading times, removing tracking and unnecessary redirects from your browsing."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redirect Blocker

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

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

                        Redirect Blocker removes the redirections that sites set up to track you, monetize their links, or for their statistics. With Redirect Blocker, the protection of your privacy is improved as well as the time it takes to load pages.

Websites concerned
- Social networks: Facebook, Pinterest....
- Search engines: Baidu, Yahoo....
- Reductions/deals sites: raddins, dealabs ...
- Advertising and affiliation agencies: doubleclick googleadservices...
Many other sites are being added as we go along.

Mode of operation
- Url decryption: Redirect Blocker will decrypt the url locally if the destination site is visible, or via its data engine when the destination is hidden.
- Learning: When a suspicious site performs unwanted redirections, Redirect Blocker detects and analyzes it to eventually remove the redirection. You can also report sites by contacting us by email.
- WhiteList: By clicking on the module icon in the action bar, you can whitelist a site.
Redirect Blocker is recommended in addition to AdBlockers.
AdBlock Plus, uBlock Origin, AdGuard, Ghostery... don't process redirections or will block you without the possibility of avoiding tracking. Redirect Blocker will transparently bypass these links to take you directly to the destination page.

Problems/ Suggestions
Problems or would you like to suggest a site that uses forced redirection?
Feel free to contact us at [email protected]
Remember that this plugin is experimental, be indulgent.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Redirect Blocker Redirect Blocker
ID kjkidapfdhbcllgoaoobklapepffmcca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/redirect-blocker/kjkidapfdhbcllgoaoobklapepffmcca
คำอธิบาย Redirect Blocker protects your privacy and speeds up loading times, removing tracking and unnecessary redirects from your browsing.
ขนาดไฟล์ 47.7 KB
จำนวนการติดตั้ง 27,508
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2021-12-08
วันที่เผยแพร่ 2020-02-22
คะแนน 1.75/5 รวมทั้งหมด 75 คะแนน
ผู้พัฒนา redirectblocker
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.novetis.fr/redirectblocker/
URL หน้านโยบายความเป็นส่วนตัว https://www.novetis.fr/redirectblocker/privacypolicy.html
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.6",
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "author": "Novetis",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "data\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "redirectBlock"
    }
}