Free Counter Stat
Our free counter visits is simple to install on your blog or website. The registration is free and No mail address needed.
Free Counter Stat क्या है?
Free Counter Stat http://www.freecounterstat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Our free counter visits is simple to install on your blog or website. The registration is free and No mail address needed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Free Counter Stat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
See how many people visit your website in real time. A click on the icon and you access your full statistical report see more http://www.freecounterstat.com
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iladkgplgigafpgpifjdfmlapldcjeop |
आधिकारिक URL | https://chrome.google.com/webstore/detail/free-counter-stat/iladkgplgigafpgpifjdfmlapldcjeop |
विवरण | Our free counter visits is simple to install on your blog or website. The registration is free and No mail address needed. |
फ़ाइल का आकार | 116 KB |
स्थापना संख्या | 4,766 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2014-11-13 |
प्रकाशन तिथि | 2014-11-13 |
रेटिंग | 4.04/5 कुल 55 रेटिंग्स |
डेवलपर | http://www.freecounterstat.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.freecounterstat.com |
सहायता पृष्ठ URL | http://www.freecounterstat.com/contact.php |
समर्थित भाषाएँ | de,en,en-GB,en-US,fr,es,es-419,it,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_descName__", "version": "1.2", "options_page": "option.html", "default_locale": "en", "permissions": [ "http:\/\/*.freecounterstat.com\/*", "storage" ], "browser_action": { "default_popup": "index.html", "default_title": "Your stats", "default_icon": "imgtool\/icon.png" }, "icons": { "16": "imgtool\/16-icon.png", "19": "imgtool\/19-icon.png", "32": "imgtool\/32-icon.png", "38": "imgtool\/38-icon.png", "48": "imgtool\/48-icon.png", "69": "imgtool\/69-icon.png", "128": "imgtool\/128-icon.png" }, "background": { "persistent": true, "scripts": [ "action.js", "jQueryAssets\/jquery-1.8.3.min.js", "jQueryAssets\/menu-tabs.js", "jQueryAssets\/jquery-ui-1.9.2.tabs.custom.min.js" ] } } |