google search direct link
过滤掉 google 结果页的链接转发,身在天朝伤不起啊
What is google search direct link?
google search direct link is a Chrome extension developed by Eric-Guo, and its main feature is "过滤掉 google 结果页的链接转发,身在天朝伤不起啊".
Download google search direct link Extension CRX File
Download google search direct link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | mekpgmgiapjndagadmfeielplhhbanhp |
Official URL | https://chrome.google.com/webstore/detail/google-search-direct-link/mekpgmgiapjndagadmfeielplhhbanhp |
Description | 过滤掉 google 结果页的链接转发,身在天朝伤不起啊 |
File Size | 10.54 KB |
Installation Count | 79 |
Current Version | 0.4.2 |
Last Updated | 2015-11-18 |
Publish Date | 2015-11-18 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Eric-Guo |
Payment Type | free |
Extension Website | https://github.com/iuhoay/google-search-filter |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "google search direct link", "version": "0.4.2", "description": "\u8fc7\u6ee4\u6389 google \u7ed3\u679c\u9875\u7684\u94fe\u63a5\u8f6c\u53d1\uff0c\u8eab\u5728\u5929\u671d\u4f24\u4e0d\u8d77\u554a", "manifest_version": 2, "content_scripts": [ { "js": [ "filter.js" ], "matches": [ "*:\/\/www.google.com.hk\/*", "*:\/\/www.google.com\/*", "*:\/\/www.google.cn\/*", "*:\/\/www.google.com.sg\/*", "*:\/\/www.google.co.jp\/*" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/github.com\/iuhoay\/google-search-filter", "icons": { "128": "ico.png" } } |