Website traffic displayer
Displays the monthly session count of the current website, based on http://rank2traffic.com
ما هو Website traffic displayer؟
Website traffic displayer هو إضافة Chrome تم تطويرها بواسطة https://tryfruit.com، والميزة الرئيسية لها هي "Displays the monthly session count of the current website, based on http://rank2traffic.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Website traffic displayer
قم بتنزيل ملفات الامتداد Website traffic displayer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Displays the monthly session count of the website opened in the tab, based on http://rank2traffic.com معلومات أساسية عن التمديد
| الاسم | |
| ID | ibakhgbldoealibhbnggdlhjalbceclj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj |
| الوصف | Displays the monthly session count of the current website, based on http://rank2traffic.com |
| حجم الملف | 47.3 KB |
| عدد التثبيتات | 956 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2017-02-22 |
| تاريخ النشر | 2017-02-22 |
| تقييم | 4.50/5 مجموع تقييمات 6 |
| المطور | https://tryfruit.com |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Website traffic displayer",
"description": "Displays the monthly session count of the current website, based on http:\/\/rank2traffic.com",
"version": "1.1",
"background": {
"scripts": [
"background.js",
"js\/psl.min.js",
"js\/local-cache.js"
]
},
"browser_action": {
"default_name": "Website traffic"
},
"permissions": [
"tabs",
"http:\/\/www.rank2traffic.com\/"
],
"manifest_version": 2
} | |