Faux

Generate temporary accounts on the go!

Faux란 무엇입니까?

Faux은(는) kubgus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate temporary accounts on the go!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Faux 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Faux Faux
ID kffcggckolacihcclnifefneifapjcdl
공식 URL 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"
    }
}