Direct LINK

禁用Google搜索结果链接安全检查的中转

O que é Direct LINK?

Direct LINK é uma extensão do Chrome desenvolvida por https://www.g2w.me, e sua principal característica é "禁用Google搜索结果链接安全检查的中转".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Direct LINK

Baixe arquivos de extensão Direct LINK no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Direct Link
===============

给镇上居民使用的禁用Google搜索结果链接安全检查中转的扩展,因为一些众所周知秘密,Google搜索结果链接的安全检查页面经常
会被抽风,导致点击搜索结果链接后,页面经常被重置,这在我们查阅资源时,非常蛋疼,虽然Google的安全检查能够一定程度上帮
我们阻止不安全的站点,但是为了浏览更流畅,只能捅破这层保护膜了!

更新日志
----------

V1.4 2013-06-21

 * 将扩展图标移动到地址栏,只在打开某个搜索结果时显示
 * 去除各域名的网址选择,简单切换自动/中转/直连模式
 * 在不同的模式显示不同颜色的图标

V1.3.1 2013-03-07

  * 增加Google加拿大域名的跳转支持

V1.3 2012-11-13

 * 支持设置是否跳过链接安全检查(安全检查会影响搜索结果的打开速度,禁用可以快速打开目标页面,但会降低安全性)

V1.2 2012-09-21

 * 增强Google搜索在多个国家和地区域名的启用/禁用页面

V1.1 2012-07-28

 * 增加Google图片搜索结果页面被重置后重定向页面到图片原图地址
 * 修改Google网页搜索结果,仅当中转地址被重置时,才重定向页面到目标网页地址                    

Informações Básicas da Extensão

Nome Direct LINK Direct LINK
ID aahdhhnjejcpknidbdjcbiooekmldflf
URL Oficial https://chromewebstore.google.com/detail/direct-link/aahdhhnjejcpknidbdjcbiooekmldflf
Descrição 禁用Google搜索结果链接安全检查的中转
Tamanho do Arquivo 28.56 KB
Contagem de Instalações 805
Versão Atual 1.4
Última Atualização 2013-06-21
Data de Publicação 2013-06-21
Classificação 4.23/5 Total de 35 Avaliações
Desenvolvedor https://www.g2w.me
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Direct LINK",
    "version": "1.4",
    "manifest_version": 2,
    "description": "\u7981\u7528Google\u641c\u7d22\u7ed3\u679c\u94fe\u63a5\u5b89\u5168\u68c0\u67e5\u7684\u4e2d\u8f6c",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "page_action": {
        "default_title": "\u5207\u6362\u8df3\u8f6c\u6a21\u5f0f",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}