Finger circle
Prank your friends with this extension!
Finger circle क्या है?
Finger circle Josep Lancharro Batlle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prank your friends with this extension!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Finger circle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |