TRACKOO_TSE_CDT
Use the context menu to search CDT websites
ما هو TRACKOO_TSE_CDT؟
TRACKOO_TSE_CDT هو إضافة Chrome تم تطويرها بواسطة trackoo.tse، والميزة الرئيسية لها هي "Use the context menu to search CDT websites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TRACKOO_TSE_CDT
قم بتنزيل ملفات الامتداد TRACKOO_TSE_CDT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use the context menu to search Trackings. It is a right click enabled extension to access other URLs from 1 page. This tool helps reducing time to toggle between tabs and getting to understand various information. معلومات أساسية عن التمديد
| الاسم | |
| ID | aofkpoeplbjnfllcocfjhepfnegahdge |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/trackootsecdt/aofkpoeplbjnfllcocfjhepfnegahdge |
| الوصف | Use the context menu to search CDT websites |
| حجم الملف | 39.51 KB |
| عدد التثبيتات | 212 |
| النسخة الحالية | 1.3 |
| آخر تحديث | 2022-11-21 |
| تاريخ النشر | 2022-11-09 |
| المطور | trackoo.tse |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TRACKOO_TSE_CDT",
"description": "Use the context menu to search CDT websites",
"version": "1.3",
"manifest_version": 3,
"options_page": "options.html",
"permissions": [
"contextMenus",
"storage"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "options.html"
},
"icons": {
"16": "globalGoogle16.png",
"48": "globalGoogle48.png",
"128": "globalGoogle128.png"
}
} | |