Bypass Google Redirect Notice
Get rid of Google's annoying redirect notice!
Bypass Google Redirect Noticeとは何ですか?
Bypass Google Redirect Noticeはhttps://mohsenmb.comによって開発されたChromeの拡張機能で、その主な機能は「Get rid of Google's annoying redirect notice!」です。
拡張機能のスクリーンショット
Bypass Google Redirect Notice拡張機能のCRXファイルをダウンロード
Bypass Google Redirect Notice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension continues to the target URL without waiting on Google's redirect notice page.
拡張機能の基本情報
名前 | Bypass Google Redirect Notice |
ID | cebdpiiapajkceonikbjoikdchpnbdid |
公式URL | https://chromewebstore.google.com/detail/bypass-google-redirect-no/cebdpiiapajkceonikbjoikdchpnbdid |
説明 | Get rid of Google's annoying redirect notice! |
ファイルサイズ | 8.9 KB |
インストール数 | 114 |
現在のバージョン | 1.0.3 |
最終更新日 | 2023-10-14 |
公開日 | 2022-05-23 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | https://mohsenmb.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bypass Google Redirect Notice", "description": "Get rid of Google's annoying redirect notice!", "version": "1.0.3", "manifest_version": 3, "permissions": [], "host_permissions": [ "https:\/\/*\/*" ], "icons": { "24": "assets\/redirect-24.png", "128": "assets\/redirect-128.png" }, "background": { "service_worker": "main.js" } } |