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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Free Counter Stat
قم بتنزيل ملفات الامتداد Free Counter Stat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } } |