Finger circle
Prank your friends with this extension!
What is Finger circle?
Finger circle is a Chrome extension developed by Josep Lancharro Batlle, and its main feature is "Prank your friends with this extension!".
Extension Screenshots
Download Finger circle Extension CRX File
Download Finger circle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Prank you friends with the finger circle prank! If you want to donate: paypal.me/JosepLancharroBatlle Update: Now working on http and https protocols!
Extension Basic Information
Name | |
ID | hhelbdhfmmmkcmilneenhmmoikgdcmhf |
Official URL | https://chrome.google.com/webstore/detail/finger-circle/hhelbdhfmmmkcmilneenhmmoikgdcmhf |
Description | Prank your friends with this extension! |
File Size | 4.56 MB |
Installation Count | 215 |
Current Version | 1.0.1 |
Last Updated | 2018-09-30 |
Publish Date | 2018-09-30 |
Rating | 3.20/5 Total 5 Ratings |
Developer | Josep Lancharro Batlle |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |