Finger circle

Prank your friends with this extension!

Finger circleとは何ですか?

Finger circleはJosep Lancharro Batlleによって開発されたChromeの拡張機能で、その主な機能は「Prank your friends with this extension!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Prank you friends with the finger circle prank!

If you want to donate: paypal.me/JosepLancharroBatlle

Update: Now working on http and https protocols!                    

拡張機能の基本情報

名前 Finger circle Finger circle
ID hhelbdhfmmmkcmilneenhmmoikgdcmhf
公式URL https://chrome.google.com/webstore/detail/finger-circle/hhelbdhfmmmkcmilneenhmmoikgdcmhf
説明 Prank your friends with this extension!
ファイルサイズ 4.56 MB
インストール数 215
現在のバージョン 1.0.1
最終更新日 2018-09-30
公開日 2018-09-30
評価 3.20/5 合計 5 レビュー
開発者 Josep Lancharro Batlle
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Finger circle",
    "manifest_version": 2,
    "version": "1.0.1",
    "short_name": "Finger circle",
    "description": "Prank your friends with this extension!",
    "browser_action": {
        "default_icon": "\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "fingerprank.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.jpg"
    ]
}