HideMe
Automatically opens sites in Icognito-Mode
什麼是HideMe?
HideMe是由Sebastian Knopp開發的Chrome擴展程式,該擴展的主要功能是“Automatically opens sites in Icognito-Mode”。
擴展截圖
下載HideMe擴展crx文件
下載HideMe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Some pages request you to register or login after you visited them several times. They do so by using whatever kind of tracking mechanisms. Just add those sites to your icognito list and don't worry anymore about that.
擴展基本資訊
名稱 | HideMe |
ID | kidgemiejpkaooedpdophaabombchkcf |
官方網址 | https://chromewebstore.google.com/detail/hideme/kidgemiejpkaooedpdophaabombchkcf |
簡介 | Automatically opens sites in Icognito-Mode |
檔案大小 | 5.5 KB |
安裝次數 | 97 |
目前版本 | 1.0 |
更新時間 | 2020-03-31 |
上架時間 | 2020-03-31 |
開發者 | Sebastian Knopp |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HideMe", "version": "1.0", "description": "Automatically opens sites in Icognito-Mode", "manifest_version": 2, "permissions": [ "webNavigation", "tabs", "storage" ], "options_page": "options\/options.html", "background": { "scripts": [ "background.js" ], "persistent": false } } |