PixelBlock 2
PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
PixelBlock 2とは何ですか?
PixelBlock 2はTab Manager Plusによって開発されたChromeの拡張機能で、その主な機能は「PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.」です。
拡張機能のスクリーンショット
PixelBlock 2拡張機能のCRXファイルをダウンロード
PixelBlock 2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PixelBlock 2 is a Gmail extension that blocks people from tracking when you open or read their emails. Note: PixelBlock 2 is a fork of the original PixelBlock extension, with small improvements to make it work with the new Gmail Inbox interface.
拡張機能の基本情報
名前 | PixelBlock 2 |
ID | eaheehidcidghlmmpdogfhgmibpelndm |
公式URL | https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm |
説明 | PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original. |
ファイルサイズ | 156 KB |
インストール数 | 9,000 |
現在のバージョン | 2018.06.27 |
最終更新日 | 2018-06-27 |
公開日 | 2018-06-27 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | Tab Manager Plus |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PixelBlock 2", "short_name": "PixelBlock 2", "version": "2018.06.27", "permissions": [ "*:\/\/*.googleusercontent.com\/proxy\/*", "webRequest", "webRequestBlocking" ], "description": "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open\/read their emails. A fork of the original.", "background": { "scripts": [ "bg.js" ], "persistent": true }, "icons": { "48": "images\/logo48.png", "128": "images\/logo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "cs.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "scripts\/*.js", "images\/*.png", "styles\/*.css" ] } |