American Backgrounds

This is the all American extension. If you love the beautiful U.S. of A., this extension is perfect for you.

American Backgrounds란 무엇입니까?

American Backgrounds은(는) Brand Click에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the all American extension. If you love the beautiful U.S. of A., this extension is perfect for you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension allows you to set your New Tab Background to an American themed background as well as new custom search on your new tab. Additionally, you will have the current date and day of the week right on your new tab.

Choose from one of several American themed images.

Change your selection at any time with an easy to use settings page.

By clicking "Add to chrome" I accept and agree to installing the American Backgrounds Chrome extension and setting Chrome™ New Tab to that provided by the service, the Privacy Policy, and Terms of Use.

Permissions Required:
-NewTab Override

https://brandclick.com/privacy-policy
https://brandclick.com/terms-of-service                    

확장 프로그램 기본 정보

이름 American Backgrounds American Backgrounds
ID bmmfnbfognnlhkkchjjdmlgdafkdllbj
공식 URL https://chrome.google.com/webstore/detail/american-backgrounds/bmmfnbfognnlhkkchjjdmlgdafkdllbj
설명 This is the all American extension. If you love the beautiful U.S. of A., this extension is perfect for you.
파일 크기 3.25 MB
설치 횟수 12,590
현재 버전 3.6
최근 업데이트 2022-08-16
출시 날짜 2020-05-08
평점 4.00/5 총 1 개의 평점
개발자 Brand Click
이메일 [email protected]
개인정보 보호 정책 페이지 URL https://brandclick.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "American Backgrounds",
    "description": "This is the all American extension. If you love the beautiful U.S. of A., this extension is perfect for you.",
    "version": "3.6",
    "browser_action": [],
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}