Free Freecell
Free Freecell
Free Freecell क्या है?
Free Freecell mahuijie94 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free Freecell"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Free Freecell एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
这是一个谷歌插件。 你可以使用这个插件在任何一个网页中点击,即可显示空当接龙的成功界面。 Free Freecell is a Chrome extension. Free Freecell: once you install it, you can click on any website to display win interface of Freecell. And you can turn it on and off on at any moment. Please refresh your browser when extension dose not work.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hoomobfinhgmndeffcffhdfopiebpikd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/free-freecell/hoomobfinhgmndeffcffhdfopiebpikd |
विवरण | Free Freecell |
फ़ाइल का आकार | 72.92 KB |
स्थापना संख्या | 264 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2018-07-24 |
प्रकाशन तिथि | 2018-07-24 |
रेटिंग | 2.17/5 कुल 12 रेटिंग्स |
डेवलपर | mahuijie94 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://700milartists.website |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "js\/insertJs.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "page": "bg.html" }, "browser_action": { "default_title": "Free Freecell", "default_icon": "images\/16.png" }, "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Free Freecell", "permissions": [ "tabs", "background", "management", "storage", "https:\/\/*\/*", "http:\/\/*\/*" ], "version": "2.0", "web_accessible_resources": [ "images\/*" ], "description": "Free Freecell" } |