Redirect skipper
Skip tracking and redirect domains on search engines, social networks, and more.
Redirect skipper là gì?
Redirect skipper là một tiện ích mở rộng Chrome được phát triển bởi artgudele, và tính năng chính của nó là "Skip tracking and redirect domains on search engines, social networks, and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Redirect skipper
Tải xuống các tệp mở rộng Redirect skipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Simple app that removes annoying redirects before navigation to a target page. Search engines, social networks track your browsing history with such a trick. Works on the most visited websites, and I improve the database.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Redirect skipper |
ID | innfgppndhmajanacannnjmlfnimkegf |
URL Chính Thức | https://chromewebstore.google.com/detail/redirect-skipper/innfgppndhmajanacannnjmlfnimkegf |
Mô tả | Skip tracking and redirect domains on search engines, social networks, and more. |
Kích Thước Tệp | 10.57 KB |
Số Lần Cài Đặt | 1,272 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2021-10-14 |
Ngày Phát Hành | 2021-09-07 |
Đánh Giá | 1.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | artgudele |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Redirect skipper", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "128": "icon128.png" }, "default_title": "Redirect skipper" }, "description": "Skip tracking and redirect domains on search engines, social networks, and more.", "icons": { "128": "icon128.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "55.0", "name": "Redirect skipper", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*\/*", "http:\/\/*\/*" ], "short_name": "Redirect skipper", "version": "1.5", "web_accessible_resources": [ "fixtures\/*" ] } |