Finger circle
Prank your friends with this extension!
什么是Finger circle?
Finger circle是由Josep Lancharro Batlle开发的Chrome扩展程序,该扩展的主要功能是“Prank your friends with this extension!”。
扩展截图
下载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!
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" ] } |