Finger circle
Prank your friends with this extension!
ما هو Finger circle؟
Finger circle هو إضافة Chrome تم تطويرها بواسطة Josep Lancharro Batlle، والميزة الرئيسية لها هي "Prank your friends with this extension!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Finger circle
قم بتنزيل ملفات الامتداد Finger circle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |