Finger circle
Prank your friends with this extension!
Co to jest Finger circle?
Finger circle to rozszerzenie Chrome opracowane przez Josep Lancharro Batlle, a jego główną funkcją jest „Prank your friends with this extension!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Finger circle
Pobierz pliki rozszerzeń Finger circle w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Prank you friends with the finger circle prank! If you want to donate: paypal.me/JosepLancharroBatlle Update: Now working on http and https protocols!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hhelbdhfmmmkcmilneenhmmoikgdcmhf |
Oficjalny URL | https://chrome.google.com/webstore/detail/finger-circle/hhelbdhfmmmkcmilneenhmmoikgdcmhf |
Opis | Prank your friends with this extension! |
Rozmiar pliku | 4.56 MB |
Liczba instalacji | 215 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2018-09-30 |
Data Publikacji | 2018-09-30 |
Ocena | 3.20/5 Łącznie 5 Oceny |
Deweloper | Josep Lancharro Batlle |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |