NoTabsForYou - Block new tabs

No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.

NoTabsForYou - Block new tabs란 무엇입니까?

NoTabsForYou - Block new tabs은(는) OwlCode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

NoTabsForYou - Block new tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Prevent/Block new tabs from opening on your favorite web sites. Enable or Disable for specific web sites.
#tabblock #tab #block #adblock #popup                    

확장 프로그램 기본 정보

이름 NoTabsForYou - Block new tabs NoTabsForYou - Block new tabs
ID ncapabnkhdeokiebjnkebakomockhohf
공식 URL https://chromewebstore.google.com/detail/notabsforyou-block-new-ta/ncapabnkhdeokiebjnkebakomockhohf
설명 No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.
파일 크기 96.31 KB
설치 횟수 71
현재 버전 0.1
최근 업데이트 2023-05-17
출시 날짜 2023-05-17
평점 4.00/5 총 1 개의 평점
개발자 OwlCode
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou
개인정보 보호 정책 페이지 URL https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou/blob/main/Privacy%20Policy
지원되는 언어 en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "interface.html",
        "icons": {
            "128": "logo_active.png",
            "48": "logo_active48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "name": "__MSG_appName__",
    "version": "0.1",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ]
}