Redirect2
Redirect to app-gg.com
ما هو Redirect2؟
Redirect2 هو إضافة Chrome تم تطويرها بواسطة gaby.villa.777، والميزة الرئيسية لها هي "Redirect to app-gg.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Redirect2
قم بتنزيل ملفات الامتداد Redirect2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Redirect to app-gg.com Es bueno saber cuántas veces nos conectamos a Facebook Esta extension redirecciona las visitas de Facebook a app-gg.com que posteriormente te muestra cuántas veces al día te conectas a Facebook y redirecciona a facebook.com sin interrupción alguna. Muy util para saber cuántas veces nos conectamos a facebook
معلومات أساسية عن التمديد
الاسم | Redirect2 |
ID | jingcebjicjghaknapndgnlhbcmnlbfn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/redirect2/jingcebjicjghaknapndgnlhbcmnlbfn |
الوصف | Redirect to app-gg.com |
حجم الملف | 23.25 KB |
عدد التثبيتات | 12,641 |
النسخة الحالية | 1.2 |
آخر تحديث | 2022-09-21 |
تاريخ النشر | 2019-11-29 |
تقييم | 3.91/5 مجموع تقييمات 11 |
المطور | gaby.villa.777 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redirect2", "description": "Redirect to app-gg.com", "version": "1.2", "browser_action": { "browser_style": true, "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "nuevo.js" ] } ] } |