Hide My Back
Hide your back history and identifiable information from trackers
Hide My Backとは何ですか?
Hide My Backはhttp://ip.cityによって開発されたChromeの拡張機能で、その主な機能は「Hide your back history and identifiable information from trackers」です。
拡張機能のスクリーンショット
Hide My Back拡張機能のCRXファイルをダウンロード
Hide My Back拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unlike Adblock or other blockers plugins, Hide My Back, a product from IP.City protect you from online trackers and advertisers by providing invalid data to them. We modify your browser user-agent, modify your IP address to show you as a user behind proxy server and modify your browsing referral to hide where you are coming from. Please note that we don't provide a proxy service. We just add some extra IP addresses via proxy Headers to confuse trackers and advertisers.
拡張機能の基本情報
名前 | |
ID | adkllkhpobbaieagddmffnfkgibplegi |
公式URL | https://chrome.google.com/webstore/detail/hide-my-back/adkllkhpobbaieagddmffnfkgibplegi |
説明 | Hide your back history and identifiable information from trackers |
ファイルサイズ | 3.22 MB |
インストール数 | 1,000 |
現在のバージョン | 1.0 |
最終更新日 | 2017-03-05 |
公開日 | 2017-03-05 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | http://ip.city |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://ip.city/ |
ヘルプページのURL | http://ip.city/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "version": "1.0", "default_locale": "en", "description": "__MSG_description__", "icons": { "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "__MSG_short_name__", "default_popup": "pages\/popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "js": [ "lib\/content-script\/websocket.js", "lib\/content-script\/common-script.js", "lib\/content-script\/content-script.js", "lib\/content-script\/preload.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "minimum_chrome_version": "22", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "webNavigation", "unlimitedStorage", "privacy", "storage" ] } |