Chrome Booster + Clear Cache & Cookies
Chrome Booster with featured Unsplash images, DuckDuckGo Search And Clear Cache & Cookies Option
Chrome Booster + Clear Cache & Cookies란 무엇입니까?
Chrome Booster + Clear Cache & Cookies은(는) heterodox에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Booster with featured Unsplash images, DuckDuckGo Search And Clear Cache & Cookies Option"입니다.
확장 프로그램 스크린샷
Chrome Booster + Clear Cache & Cookies 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Whenever you find yourself with too many tabs, click the One Tab icon in New Tab to improve the performance. When you need to access the tabs again, you can click on the Restore Tabs icon. In Addition your data in sync with your Google account So you can Restore the tabs from Home Which you moved to OneTab from office. Beautiful featured photos from Unsplash in your new tabs. Each time you open a new tab, will show you a beautiful high-resolution photo from Unsplash — free to download and use however you want. DuckDuckGo The search engine that doesn't track you. Features: • Beautiful photos from Unsplash in every new tab • Download photos directly to your computer • Save up to 95% memory and reduce tab clutter • DuckDuckGo as the Search Engine. • Option to clear site cache & cookies from on Right click.
확장 프로그램 기본 정보
이름 | |
ID | bhmoolpggichjcaoglpbfcokkgnhnjnj |
공식 URL | https://chrome.google.com/webstore/detail/chrome-booster-+-clear-ca/bhmoolpggichjcaoglpbfcokkgnhnjnj |
설명 | Chrome Booster with featured Unsplash images, DuckDuckGo Search And Clear Cache & Cookies Option |
파일 크기 | 118 KB |
설치 횟수 | 28 |
현재 버전 | 4.2 |
최근 업데이트 | 2021-08-26 |
출시 날짜 | 2020-01-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | heterodox |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Booster + Clear Cache & Cookies", "description": "Chrome Booster with featured Unsplash images, DuckDuckGo Search And Clear Cache & Cookies Option", "version": "4.2", "permissions": [ "activeTab", "storage", "tabs", "topSites", "chrome:\/\/favicon\/", "browsingData", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Chrome Booster", "default_icon": "256.png" }, "icons": { "16": "16.png", "32": "32.png", "128": "128.png", "256": "256.png", "512": "512.png" }, "manifest_version": 2, "chrome_url_overrides": { "newtab": "\/index.html" } } |