Global Gram - Liker)
Instagram Liker Extension by Global Gram
Global Gram - Liker)คืออะไร?
Global Gram - Liker) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Global Gram และคุณลักษณะหลักของมันคือ "Instagram Liker Extension by Global Gram"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Global Gram - Liker)
ดาวน์โหลดไฟล์ส่วนขยาย Global Gram - Liker) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the official Liker from Global Gram. Copy and paste your catch-up links and set a delay. Note that you have to be logged in on Instagram feed page for this to work.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogedbmahehijcfllmicfjnpjkmcfobno |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/global-gram-liker/ogedbmahehijcfllmicfjnpjkmcfobno |
คำอธิบาย | Instagram Liker Extension by Global Gram |
ขนาดไฟล์ | 481 KB |
จำนวนการติดตั้ง | 91 |
เวอร์ชันปัจจุบัน | 3.3 |
อัปเดตครั้งล่าสุด | 2018-08-09 |
วันที่เผยแพร่ | 2018-08-09 |
คะแนน | 2.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Global Gram |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://globalgram.net |
ภาษาที่รองรับ | en |
manifest.json | |
{ "browser_action": { "default_icon": "img\/128x128.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "bootstrap.min.css" ], "js": [ "jquery.js", "content-instagram.js" ], "matches": [ "*:\/\/www.instagram.com\/*", "*:\/\/instagram.com\/*" ] } ], "description": "Instagram Liker Extension by Global Gram", "icons": { "128": "img\/128x128.png", "16": "img\/16x16.png", "48": "img\/48x48.png" }, "manifest_version": 2, "name": "Global Gram - Liker)", "offline_enabled": true, "permissions": [ "activeTab", "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/", "storage", "*:\/\/www.instagram.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3" } |