Get token by Vinhtool
Get Facebook access_token by Vinhtool
ما هو Get token by Vinhtool؟
Get token by Vinhtool هو إضافة Chrome تم تطويرها بواسطة Vinh Tool، والميزة الرئيسية لها هي "Get Facebook access_token by Vinhtool".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Get token by Vinhtool
قم بتنزيل ملفات الامتداد Get token by Vinhtool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get token by VinhTool is a small and free extension
Author: Vinh Tool
For more information: https://vinhnv.com/gioi-thieu-tien-ich-lay-token-facebook-toan-get-token-facebook-vinhtool/
Privacy Policy: https://vinhnv.com/policy/ معلومات أساسية عن التمديد
| الاسم | |
| ID | ekghgfohonhgofgdgleabkikdpdffoka |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/get-token-by-vinhtool/ekghgfohonhgofgdgleabkikdpdffoka |
| الوصف | Get Facebook access_token by Vinhtool |
| حجم الملف | 765 KB |
| عدد التثبيتات | 10,000 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2023-12-10 |
| تاريخ النشر | 2020-02-24 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | Vinh Tool |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://vinhnv.com/gioi-thieu-tien-ich-lay-token-facebook-toan-get-token-facebook-vinhtool/ |
| عنوان صفحة المساعدة | https://vinhnv.com/lien-voi-vinhtool/ |
| عنوان صفحة سياسة الخصوصية | https://vinhnv.com/policy |
| اللغات المدعومة | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Get token by Vinhtool",
"description": "Get Facebook access_token by Vinhtool",
"version": "1.2",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png"
},
"default_popup": "popup.html",
"default_title": "Get token by Vinhtool"
},
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"manifest_version": 2,
"permissions": [
"activeTab"
]
} | |