Tab Disguiser

Replace your social media tab titles and favicons with email

Tab Disguiser란 무엇입니까?

Tab Disguiser은(는) Squarebush에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace your social media tab titles and favicons with email"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Have you ever been on social media or played chess at work and you quickly change the tab when your boss comes? If so, then Tab Disguiser is for you! 

We replace the tab title and favicon to look like a normal email tab. 

Currently, we support Facebook, YouTube, Netflix, Reddit, Messenger, Chess.com and Lichess.org! Now, whenever you load those pages, the tabs will appear just like Gmail, Outlook, or Yahoo Mail.                    

확장 프로그램 기본 정보

이름 Tab Disguiser Tab Disguiser
ID bbkhkeabndjmfnkgnbbnbboplkokmmpj
공식 URL https://chrome.google.com/webstore/detail/tab-disguiser/bbkhkeabndjmfnkgnbbnbboplkokmmpj
설명 Replace your social media tab titles and favicons with email
파일 크기 6.48 KB
설치 횟수 44
현재 버전 0.0.2
최근 업데이트 2021-02-08
출시 날짜 2021-02-01
평점 4.00/5 총 4 개의 평점
개발자 Squarebush
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Disguiser",
    "version": "0.0.2",
    "description": "Replace your social media tab titles and favicons with email",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "fav.js"
            ]
        }
    ]
}