Tyrone Unblocked Games Tab

You can access many of your favorite tyrone unblocked games through our new tab application for chrome browser.

Tyrone Unblocked Games Tab란 무엇입니까?

Tyrone Unblocked Games Tab은(는) https://www.tyroneunblockedgames.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can access many of your favorite tyrone unblocked games through our new tab application for chrome browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tyrone Unblocked Games Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tyrone Unblocked Games Tab
Enhance your browsing experience with Tyrone Unblocked Games, a unique extension for your new tab. This versatile extension empowers users with a range of features:
1.	Customizable Backgrounds: Transform the appearance of your browser by clicking on "Change Background." Personalize your browsing environment with ease.
2.	Explore New Games: Click on "Play Game" to quickly discover and play exciting new games, immersing yourself in a world of entertainment.
3.	Browser Cache Cleaner: Optimize your browsing speed by efficiently clearing your browser cache. Enjoy a smoother online experience with the Browser Cache Cleaner feature.
4.	Effortless Google Search: Seamlessly conduct research and explore the web by using the built-in Google Search feature. Access information quickly and efficiently.
5.	Quick Access with Shortcuts: Simplify your online navigation with shortcut links to popular sites. Reach platforms like YouTube, Netflix, Gmail, and Disney effortlessly.
Tyrones Unblocked Games offers a personalized touch to your new tab, combining functionality and convenience for an enhanced browsing journey. Customize your browser experience and enjoy a more efficient way of navigating the web.                    

확장 프로그램 기본 정보

이름 Tyrone Unblocked Games Tab Tyrone Unblocked Games Tab
ID jfmfhipfjapilccbgjmnbbiefekiocjl
공식 URL https://chromewebstore.google.com/detail/tyrone-unblocked-games-ta/jfmfhipfjapilccbgjmnbbiefekiocjl
설명 You can access many of your favorite tyrone unblocked games through our new tab application for chrome browser.
파일 크기 32 MB
설치 횟수 2,347
현재 버전 1.06
최근 업데이트 2024-01-13
출시 날짜 2022-09-04
평점 3.67/5 총 3 개의 평점
개발자 https://www.tyroneunblockedgames.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tyroneunblockedgames.com/
도움말 페이지 URL https://www.tyroneunblockedgames.com/page/privacy-policy
개인정보 보호 정책 페이지 URL https://www.tyroneunblockedgames.com/page/privacy-policy
지원되는 언어 id,de,en,fr,sw,nl,vi,et,es,it,hu,pl,ro,sv,sr,ru,uk,fa,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "version": "1.06",
    "action": {
        "default_title": "Tyrone Unblocked Games Tab "
    },
    "icons": {
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "historyHandlerCS.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "newtab.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "webNavigation",
        "browsingData"
    ]
}