Fix Url Links Redirect

Removes the URL link redirect and takes you direct to destination. Remove the middle man and tracking. Remove link Referrer.

Fix Url Links Redirect là gì?

Fix Url Links Redirect là một tiện ích mở rộng Chrome được phát triển bởi tech4computer, và tính năng chính của nó là "Removes the URL link redirect and takes you direct to destination. Remove the middle man and tracking. Remove link Referrer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fix Url Links Redirect

Tải xuống các tệp mở rộng Fix Url Links Redirect 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

                        It caters to PARTICULAR scenarios. This extension is okay to use along with similar extensions.

Fixes redirects that has URL like :

http://middlecompany.com/&http://theSiteYouWantToGo.com


Note (Sept 2013), Yahoo has changed the inner workings of its site. So the usage scenario shown in my screenshot is no longer valid on Yahoo. I will change screenshot later on.

==      Two  Features         ==

* Fixes link redirects. Allows specifying custom links to work on or to avoid.
* Removes link ‘Referrer‘. Its a totally separate feature than fix redirect. It can be disabled in extension Options. The site 'referral' information is removed behind the scenes and for that no icon (in address bar) or anything is shown, works silently.

As side effect:  
* Removes middle-man / tracking.
* Improves page load time

= You train it by adding links to it as you use it. =

==  Two use Modes for Redirect feature  ==

* Either Work on All redirect links (except ones in ‘disable’ list).
  Or
* Work Only on specific links/sites that you added to its ‘enable’ list. (Default).

Try both and see which suites you best.


==     How to use it      ==
If webpage didn’t behaved or loaded as expected and there is a fix-url icon in Address Bar then click that icon and add the suggested URL to the disable list. As you use it more, the need to add sites to disable/enable list will get less. Manage list of URLs for which this extension is disabled in extension Options.

Dark/black icon in Address Bar  =>  extension is disabled.

Dull Brownish icon in Address Bar  =>  extension detects redirect but it didn't fix as site is not in its list. Click on icon to add/remove site.

Red-black icon in Address Bar  =>  extension fixed redirect link.

==     Why remove link Referrer (2nd feature)     ==
When visiting a webpage, the referrer or referring page is the URL of the previous webpage from which a link was followed. Most web servers maintain logs of all traffic, and record the HTTP referer sent by the web browser for each request. The effect of this extension’s ‘remove Referrer’ feature is similar to attribute rel = noreferrer.


==    Issues    ==
2014-04: It now also works on 'https:' URLs. So some particular sites might act up. Add those sites to it's disable list. chrome://extensions -> Options -> disable list.

==    No stats or spyware    ==
Permission warning because it works at deep level.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fix Url Links Redirect Fix Url Links Redirect
ID ngcknmhpnonbbekommfpihpddphgiojd
URL Chính Thức https://chrome.google.com/webstore/detail/fix-url-links-redirect/ngcknmhpnonbbekommfpihpddphgiojd
Mô tả Removes the URL link redirect and takes you direct to destination. Remove the middle man and tracking. Remove link Referrer.
Kích Thước Tệp 35.49 KB
Số Lần Cài Đặt 11,207
Phiên Bản Hiện Tại 0.171
Cập Nhật Lần Cuối 2014-04-09
Ngày Phát Hành 2014-04-09
Đánh Giá 3.07/5 Tổng số 185 Đánh Giá
Nhà Phát Triển tech4computer
Loại Thanh Toán free
Trang Web Mở Rộng http://tech4computer.wordpress.com
URL Trang Trợ Giúp http://tech4computer.wordpress.com/2012/05/22/fix-url-link-redirect-extension/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_apNm__",
    "description": "__MSG_apDsc__",
    "default_locale": "en",
    "version": "0.171",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "opns.html",
    "page_action": {
        "id": "fix url links redirect",
        "default_icon": "images\/icon19.png",
        "default_title": "Settings - Fix URL Redirect",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "srcbg.js"
        ]
    },
    "permissions": [
        "tabs",
        "privacy",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "21",
    "manifest_version": 2
}