Topvisor

An app to display rank numbers in Google, Yandex and Bing search results

Topvisor란 무엇입니까?

Topvisor은(는) https://topvisor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An app to display rank numbers in Google, Yandex and Bing search results"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Topvisor App for Chrome browser:

- display rank numbers in Google and Yandex search results;
- instant access to Projects and Help Center.                    

확장 프로그램 기본 정보

이름 Topvisor Topvisor
ID plnkpibenfnalbonffhlgleoldpcjijb
공식 URL https://chromewebstore.google.com/detail/topvisor/plnkpibenfnalbonffhlgleoldpcjijb
설명 An app to display rank numbers in Google, Yandex and Bing search results
파일 크기 57.76 KB
설치 횟수 2,798
현재 버전 1.0.121
최근 업데이트 2024-01-12
출시 날짜 2020-05-20
평점 4.14/5 총 22 개의 평점
개발자 https://topvisor.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://topvisor.com
개인정보 보호 정책 페이지 URL https://topvisor.com/privacy
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.121",
    "default_locale": "ru",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/topvisor.com\/",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ya.ru\/*",
                "*:\/\/*.yandex.ru\/*",
                "*:\/\/*.yandex.ua\/*",
                "*:\/\/*.yandex.kz\/*",
                "*:\/\/*.yandex.by\/*",
                "*:\/\/*.yandex.uz\/*",
                "*:\/\/*.yandex.com.tr\/*",
                "*:\/\/*.yandex.com\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.ru\/*",
                "*:\/\/*.google.us\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.nl\/*",
                "*:\/\/*.google.no\/*",
                "*:\/\/*.google.pl\/*",
                "*:\/\/*.google.sk\/*",
                "*:\/\/*.google.si\/*",
                "*:\/\/*.google.fi\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.cz\/*",
                "*:\/\/*.google.ci\/*",
                "*:\/\/*.google.ch\/*",
                "*:\/\/*.google.se\/*",
                "*:\/\/*.google.rs\/*",
                "*:\/\/*.google.dk\/*",
                "*:\/\/*.google.es\/*",
                "*:\/\/*.google.it\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.at\/*",
                "*:\/\/*.google.be\/*",
                "*:\/\/*.google.bg\/*",
                "*:\/\/*.google.hu\/*",
                "*:\/\/*.google.gr\/*",
                "*:\/\/*.google.com.cy\/*",
                "*:\/\/*.google.com.mt\/*",
                "*:\/\/*.google.com.ph\/*",
                "*:\/\/*.google.hr\/*",
                "*:\/\/*.google.me\/*",
                "*:\/\/*.google.mn\/*",
                "*:\/\/*.google.com.tr\/*",
                "*:\/\/*.google.co.nz\/*",
                "*:\/\/*.google.com.au\/*",
                "*:\/\/*.google.by\/*",
                "*:\/\/*.google.kz\/*",
                "*:\/\/*.google.tm\/*",
                "*:\/\/*.google.co.uz\/*",
                "*:\/\/*.google.com.ua\/*",
                "*:\/\/*.google.kg\/*",
                "*:\/\/*.google.md\/*",
                "*:\/\/*.google.com.tj\/*",
                "*:\/\/*.google.az\/*",
                "*:\/\/*.google.am\/*",
                "*:\/\/*.google.ge\/*",
                "*:\/\/*.google.co.il\/*",
                "*:\/\/*.google.co.in\/*",
                "*:\/\/*.google.co.th\/*",
                "*:\/\/*.google.com.hk\/*",
                "*:\/\/*.google.co.kr\/*",
                "*:\/\/*.google.co.jp\/*",
                "*:\/\/*.google.co.bw\/*",
                "*:\/\/*.google.cm\/*",
                "*:\/\/*.google.lv\/*",
                "*:\/\/*.google.lt\/*",
                "*:\/\/*.google.ee\/*",
                "*:\/\/*.google.ae\/*",
                "*:\/\/*.google.com.eg\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.com.mx\/*",
                "*:\/\/*.google.com.ar\/*",
                "*:\/\/*.google.com.br\/*",
                "*:\/\/*.google.pt\/*",
                "*:\/\/*.google.ro\/*",
                "*:\/\/*.rambler.ru\/*",
                "*:\/\/go.mail.ru\/*",
                "*:\/\/*.bing.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "init.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": "32x32.png",
        "default_popup": "popup.html"
    }
}