Finger circle
Prank your friends with this extension!
Wat is Finger circle?
Finger circle is een Chrome-extensie ontwikkeld door Josep Lancharro Batlle, en de belangrijkste functie is "Prank your friends with this extension!".
Extensie Screenshots
Download het CRX-bestand van de extensie Finger circle
Download Finger circle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Prank you friends with the finger circle prank! If you want to donate: paypal.me/JosepLancharroBatlle Update: Now working on http and https protocols!
Basisinformatie over de Extensie
Naam | |
ID | hhelbdhfmmmkcmilneenhmmoikgdcmhf |
Officiële URL | https://chrome.google.com/webstore/detail/finger-circle/hhelbdhfmmmkcmilneenhmmoikgdcmhf |
Beschrijving | Prank your friends with this extension! |
Bestandsgrootte | 4.56 MB |
Aantal Installaties | 215 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-09-30 |
Publicatiedatum | 2018-09-30 |
Beoordeling | 3.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Josep Lancharro Batlle |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |