Insta Speed Tester Plus

Speed dial with internet speed test.

Insta Speed Tester Plusคืออะไร?

Insta Speed Tester Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Insta Speed Tester และคุณลักษณะหลักของมันคือ "Speed dial with internet speed test."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Insta Speed Tester Plus

ดาวน์โหลดไฟล์ส่วนขยาย Insta Speed Tester Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Insta Speed Tester Plus Insta Speed Tester Plus
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"
    ]
}