Skip Google Redirect
Skips the Google redirect pages and takes you straight there
Skip Google Redirectとは何ですか?
Skip Google Redirectはrobertによって開発されたChromeの拡張機能で、その主な機能は「Skips the Google redirect pages and takes you straight there」です。
Skip Google Redirect拡張機能のCRXファイルをダウンロード
Skip Google Redirect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Skips the Google redirect pages (https://www.google.com/url*) and just takes you directly to the web page. This is often useful because that Google redirect page not only tracks you but is often slow causing your web surfing to be slow. No more!
拡張機能の基本情報
名前 | Skip Google Redirect |
ID | eadldncondnnbbdgfncjoheallemkcjb |
公式URL | https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb |
説明 | Skips the Google redirect pages and takes you straight there |
ファイルサイズ | 3.39 KB |
インストール数 | 102 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-12-03 |
公開日 | 2016-12-03 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | robert |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skip Google Redirect", "manifest_version": 2, "version": "1.0.0", "description": "Skips the Google redirect pages and takes you straight there", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.google.com\/url*" ] } |