Redirect2
Redirect to app-gg.com
Redirect2คืออะไร?
Redirect2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gaby.villa.777 และคุณลักษณะหลักของมันคือ "Redirect to app-gg.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redirect2
ดาวน์โหลดไฟล์ส่วนขยาย Redirect2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |