T411 and Me
T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :)
ما هو T411 and Me؟
T411 and Me هو إضافة Chrome تم تطويرها بواسطة laruche، والميزة الرئيسية لها هي "T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :) ".
تحميل ملف CRX للإضافة T411 and Me
قم بتنزيل ملفات الامتداد T411 and Me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | lhaemanogjfpefbmlciemlincihfmhnf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/t411-and-me/lhaemanogjfpefbmlciemlincihfmhnf |
الوصف | T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :) |
حجم الملف | 149 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 0.2.3 |
آخر تحديث | 2014-02-02 |
تاريخ النشر | 2014-02-02 |
تقييم | 3.60/5 مجموع تقييمات 5 |
المطور | laruche |
نوع الدفع | free |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "T411 and Me", "description": "T411 widget ! Suivez votre ratio directement depuis le navigateur + t\u00e9l\u00e9charger automatiquement depuis vos sites pr\u00e9f\u00e9r\u00e9s :) ", "version": "0.2.3", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "downloads" ], "icons": { "128": "icon.png" }, "background": { "page": "html\/background.html" }, "browser_action": { "default_title": "Set this page's color.", "default_icon": "icon.png", "default_popup": "html\/popupLogin.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/messages.js" ] } ], "manifest_version": 2 } |