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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } } |