ViewGrip

Login and user information via extension

ViewGripとは何ですか?

ViewGripはViewGrip Groupによって開発されたChromeの拡張機能で、その主な機能は「Login and user information via extension」です。

拡張機能のスクリーンショット

screenshot

ViewGrip拡張機能のCRXファイルをダウンロード

ViewGrip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension to log in and find out user information.

Feature
- Sign in via add-ons
- Coupon information
- Account information
- Delete browsing history automatically                    

拡張機能の基本情報

名前 ViewGrip ViewGrip
ID ecbinclnonmhjobekfacikfhpfljdigj
公式URL https://chrome.google.com/webstore/detail/viewgrip/ecbinclnonmhjobekfacikfhpfljdigj
説明 Login and user information via extension
ファイルサイズ 417 KB
インストール数 1,000
現在のバージョン 1.1.2
最終更新日 2022-04-28
公開日 2022-03-04
評価 5.00/5 合計 3 レビュー
開発者 ViewGrip Group
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.viewgrip.net/privacy.php
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ViewGrip",
    "author": "ViewGrip",
    "version": "1.1.2",
    "manifest_version": 3,
    "description": "Login and user information via extension",
    "homepage_url": "https:\/\/www.viewgrip.net",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "history"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "ViewGrip",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/plugins\/jquery-3.6.0.js",
                "assets\/plugins\/Main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "assets\/background.js"
    },
    "options_ui": {
        "page": "index.html"
    }
}