Global Gram - Liker)
Instagram Liker Extension by Global Gram
Apa itu Global Gram - Liker)?
Global Gram - Liker) adalah ekstensi Chrome yang dikembangkan oleh Global Gram, dan fitur utamanya adalah "Instagram Liker Extension by Global Gram".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Global Gram - Liker)
Unduh file ekstensi Global Gram - Liker) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ogedbmahehijcfllmicfjnpjkmcfobno |
URL Resmi | https://chrome.google.com/webstore/detail/global-gram-liker/ogedbmahehijcfllmicfjnpjkmcfobno |
Deskripsi | Instagram Liker Extension by Global Gram |
Ukuran File | 481 KB |
Jumlah Instalasi | 91 |
Versi Saat Ini | 3.3 |
Terakhir Diperbarui | 2018-08-09 |
Tanggal Publikasi | 2018-08-09 |
Penilaian | 2.25/5 Total 4 Penilaian |
Pengembang | Global Gram |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://globalgram.net |
Bahasa yang Didukung | 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" } |