Free Test Now (Beta)

Search and access popular speedtest quick links easily and quickly with this extension!

Free Test Now (Beta)란 무엇입니까?

Free Test Now (Beta)은(는) https://hfreetestnow.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search and access popular speedtest quick links easily and quickly with this extension!"입니다.

Free Test Now (Beta) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Search and access popular speedtest quick links instantly from your start page!

Free Test Now (Beta) is a start page extension that provides you with:
- An inline speed test to quickly check your speed. With the convenient browser action you can get to a speed testing site from any page. Quicklinks to popular shopping destinations and a convenient web search powered by Yahoo!
- Free Test Now (Beta) will also prompt you daily with access to the most popular speed test tools as well as personalized weather forecasts to get your day started.

You can also use the settings widget at the bottom right of the start page to adjust your personal experience.

Click "Add To Chrome" above to get started from your browser's start page.

Our extension can be removed at any time.

THIS IS A EXTENSION USED FOR BETA TESTING. The production version can be found at https://chrome.google.com/webstore/detail/free-test-now/dpipgcanhjebenffnaaloiaaacjbnnpg

Permissions & Reasons Used

Our extension only uses the minimum permissions required.

Install Dialog:
"Read and change your data on all hfreetestnow.app sites"
Permission: "://.hfreetestnow.app/*"
Reason: "This allows our extension to work properly. We only request access to the website our extension runs on."
"Replace the page you see when opening a start page"
Reason: "This means you are installing our start page extension. Every time you open your Chrome browser you will see our website and all of its useful features."
"Read your browsing history"
Permission: "Tabs"
Reason: "We use tabs to ensure we can offer you additional optional products. It also allows us to give you access to your daily feature and other useful tools. We do not store or transmit any of your browsing history."

Additional Permissions Used:
Permission: "Cookies"
Reason: "Cookies are used to ensure you get the right user experience when you install our extension. Our extension only grabs the cookies we set on our pages."
Permission: "Alarms"
Reason: "This is to control the timing of daily feature ensuring you get access to helpful links as well as a personalized weather forecast. We use alarms to make sure you don't receive daily feature more than you should."
Permission: "Storage"
Reason: "Used to save technical information locally on the extension to ensure you see the right content."
Permission: "contextMenus"
Reason: "This allows us to show you the "About" page in our browseraction."                    

확장 프로그램 기본 정보

이름 Free Test Now (Beta) Free Test Now (Beta)
ID gadndiofadcgokampbelcpcnfjaghcfa
공식 URL https://chromewebstore.google.com/detail/free-test-now-beta/gadndiofadcgokampbelcpcnfjaghcfa
설명 Search and access popular speedtest quick links easily and quickly with this extension!
파일 크기 25.6 KB
설치 횟수 196
현재 버전 2020.11.24
최근 업데이트 2020-12-01
출시 날짜 2020-11-04
개발자 https://hfreetestnow.app
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://hp.hfreetestnow.app/Privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "core\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "html\/action.html"
    },
    "chrome_settings_overrides": {
        "startup_pages": [
            "https:\/\/hp.hfreetestnow.app\/?startpage=true"
        ]
    },
    "description": "Search and access popular speedtest quick links easily and quickly with this extension!",
    "icons": {
        "128": "icon.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "Free Test Now (Beta)",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "*:\/\/*.hfreetestnow.app\/*",
        "alarms",
        "contextMenus",
        "notifications"
    ],
    "version": "2020.11.24",
    "web_accessible_resources": [
        "*.json"
    ]
}