Stop Tracking Me on Reddit
Reddit tracks every outbound link you click, even if you are logged out. Protect yourself from tracking with this extension.
Stop Tracking Me on Redditとは何ですか?
Stop Tracking Me on Redditはhttps://www.morningstarsecurity.comによって開発されたChromeの拡張機能で、その主な機能は「Reddit tracks every outbound link you click, even if you are logged out. Protect yourself from tracking with this extension.」です。
拡張機能のスクリーンショット
Stop Tracking Me on Reddit拡張機能のCRXファイルをダウンロード
Stop Tracking Me on Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reddit is tracking every outbound link you click. Even if you are not logged in, every news article, image, or website you visit from Reddit is being recorded. I made this because there wasn't any other Chrome extension that would block Reddit link tracking in August, 2016. Although you can turn off tracking in your user preferences, that is only useful if you are logged in. This extension disables tracking even when logged out. Be aware that this only stops Reddit's outbound link tracking. This should be used in combination with other extensions that block other types of tracking. * HTTP Everywhere - Always view Reddit on https:// * Privacy Badger - Block more trackers * Adblock - Block even more trackers
拡張機能の基本情報
名前 | Stop Tracking Me on Reddit |
ID | cbebgcijnnddaopldijabckkahpbimgi |
公式URL | https://chromewebstore.google.com/detail/stop-tracking-me-on-reddi/cbebgcijnnddaopldijabckkahpbimgi |
説明 | Reddit tracks every outbound link you click, even if you are logged out. Protect yourself from tracking with this extension. |
ファイルサイズ | 6.91 KB |
インストール数 | 1,025 |
現在のバージョン | 1.0 |
最終更新日 | 2016-08-06 |
公開日 | 2016-08-06 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://www.morningstarsecurity.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Tracking Me on Reddit", "description": "Reddit tracks every outbound link you click, even if you are logged out. Protect yourself from tracking with this extension.", "version": "1.0", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "disable_outgoing_link_tracking.js" ] } ], "homepage_url": "http:\/\/www.morningstarsecurity.com\/", "browser_action": { "default_popup": "popup.html", "default_icon": "icon_128.png" }, "permissions": [ "http:\/\/*.reddit.com\/", "https:\/\/*.reddit.com\/" ] } |