Test My Speed Pro

Discover your Internet Speed with Test My Speed Pro. The Extension that Gives you The Most Accurate Internet Speed Result

Test My Speed Pro란 무엇입니까?

Test My Speed Pro은(는) https://www.testmyspeedpro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover your Internet Speed with Test My Speed Pro. The Extension that Gives you The Most Accurate Internet Speed Result"입니다.

확장 프로그램 스크린샷

screenshot

Test My Speed Pro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Test your internet speed everywhere. Test My Speed Pro is an easy to use default search extension
By installing this extension, Test My Speed Pro will change your Chrome Default Search.

How to use Test My Speed Pro?
Just type ‘speed’ in your browser address bar, hit  and press . 
In the speed test page click on the "Go" button and wait for your internet speed results.

Following these steps, you will be able to: 

- Test your connection
- Improve your web browsing experience
- Enjoy a search tool

Test My Speed Pro is free to download from the Chrome Web Store.

Some important information for you:
- By clicking on the 'Add to Chrome' button and installing Test My Speed Pro, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. 
- You may remove or disable this extension anytime.
- For our data processing practices we recommend you review our privacy policy available at: http://testmyspeedpro.com/privacy
- Review our Terms of Service: http://testmyspeedpro.com/terms

Contact us! We’d love to hear from you: [email protected]                    

확장 프로그램 기본 정보

이름 Test My Speed Pro Test My Speed Pro
ID ddnokpehgkphddjdmohgjdnnbbjdobia
공식 URL https://chromewebstore.google.com/detail/test-my-speed-pro/ddnokpehgkphddjdmohgjdnnbbjdobia
설명 Discover your Internet Speed with Test My Speed Pro. The Extension that Gives you The Most Accurate Internet Speed Result
파일 크기 38.3 KB
설치 횟수 1,688
현재 버전 2.1.6
최근 업데이트 2019-05-28
출시 날짜 2019-05-28
평점 2.00/5 총 2 개의 평점
개발자 https://www.testmyspeedpro.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.testmyspeedpro.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Test My Speed Pro",
    "short_name": "Test My Speed Pro",
    "version": "2.1.6",
    "manifest_version": 2,
    "description": "Discover your Internet Speed with Test My Speed Pro. The Extension that Gives you The Most Accurate Internet Speed Result",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Test My Speed Pro"
    },
    "omnibox": {
        "keyword": "speed",
        "url": "https:\/\/www.testmyspeedpro.com\/"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "persistent": true,
        "page": "bg.html"
    }
}