Faux
Generate temporary accounts on the go!
什麼是Faux?
Faux是由kubgus開發的Chrome擴展程式,該擴展的主要功能是“Generate temporary accounts on the go!”。
擴展截圖
下載Faux擴展crx文件
下載Faux擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Elevate Your Privacy: Leave behind the worries of sharing your personal data with every website. Faux empowers you to stay incognito, offering the freedom to explore the web without leaving behind a trail of personal breadcrumbs. Your privacy is paramount, and Faux ensures it stays intact.
Effortless Management: Faux brings simplicity to the forefront. Access your temporary account information on a dedicated page with just a click. Need to access your temporary emails? The inbox page has you covered.
Unlock a World of Content: Researchers, learners, and knowledge-seekers rejoice! Faux breaks down barriers, giving you the power to access gated content without breaking a sweat. Say farewell to roadblocks and hello to seamless discovery.
Faux - Redefining Your Online Narrative: Embrace the revolution that is Faux and embark on a journey where your online presence is truly in your hands. Elevate your browsing, safeguard your identity, and unleash a new era of digital exploration. Are you ready to say hello to Faux and bid farewell to compromise? Your online adventure starts now. 擴展基本資訊
| 名稱 | |
| ID | kffcggckolacihcclnifefneifapjcdl |
| 官方網址 | https://chromewebstore.google.com/detail/faux/kffcggckolacihcclnifefneifapjcdl |
| 簡介 | Generate temporary accounts on the go! |
| 檔案大小 | 108 KB |
| 安裝次數 | 157 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2023-10-25 |
| 上架時間 | 2023-10-25 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | kubgus |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Faux",
"version": "1.0.1",
"description": "Generate temporary accounts on the go!",
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"storage"
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
}
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
}
} | |