Insta Speed Tester Plus
Speed dial with internet speed test.
Insta Speed Tester Plus란 무엇입니까?
Insta Speed Tester Plus은(는) Insta Speed Tester에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed dial with internet speed test."입니다.
확장 프로그램 스크린샷
Insta Speed Tester Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Insta Speed Tester Plus creates a colorful new tab where you can easily view your bookmarks, most visited sites and any site you'd like to add to your speed dial. Insta Speed Test Plus also includes a link to an internet speed tester so you can test your internet speed at any time from any location. Terms Of Service: https://instaspeedtester.com/terms-of-service/ Privacy Policy: https://instaspeedtester.com/privacy-policy/ Contact Us: https://instaspeedtester.com/contact How to Uninstall: https://instaspeedtester.com/extension-uninstall/ About Us: https://instaspeedtester.com/about-us Required Permissions: The following permissions are requested as necessary to perform the various functions the extension provides. Tabs Justification Needed to retrieve the properties of a current tab to add to the new tab page as a bookmark. Top Sites Needed to display the top sites on the user's new tab. Bookmarks Needed to display bookmarks on the new tab page. Context Menus Adds a right click menu option so the user can add a web site like to their new tab page. Host Permission The host, instaspeedtester.com is the home for the extension which includes references to images and scripts on the host site.
확장 프로그램 기본 정보
이름 | |
ID | cekjfhoafpagngaejnglodgcajecinnb |
공식 URL | https://chromewebstore.google.com/detail/insta-speed-tester-plus/cekjfhoafpagngaejnglodgcajecinnb |
설명 | Speed dial with internet speed test. |
파일 크기 | 622 KB |
설치 횟수 | 20,000 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2022-08-08 |
출시 날짜 | 2022-06-03 |
개발자 | Insta Speed Tester |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://instaspeedtester.com |
도움말 페이지 URL | https://instaspeedtester.com/contact |
개인정보 보호 정책 페이지 URL | https://instaspeedtester.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Insta Speed Tester Plus", "description": "Speed dial with internet speed test.", "default_locale": "en", "version": "0.0.9", "icons": { "128": "icons\/128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs", "topSites", "bookmarks", "contextMenus" ] } |