Finger circle
Prank your friends with this extension!
什麼是Finger circle?
Finger circle是由Josep Lancharro Batlle開發的Chrome擴展程式,該擴展的主要功能是“Prank your friends with this extension!”。
擴展截圖
下載Finger circle擴展crx文件
下載Finger circle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |