Global Gram - Liker)
Instagram Liker Extension by Global Gram
Cos'è Global Gram - Liker)?
Global Gram - Liker) è un'estensione di Chrome sviluppata da Global Gram, e la sua funzione principale è "Instagram Liker Extension by Global Gram".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Global Gram - Liker)
Scarica i file di estensione Global Gram - Liker) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ogedbmahehijcfllmicfjnpjkmcfobno |
URL Ufficiale | https://chrome.google.com/webstore/detail/global-gram-liker/ogedbmahehijcfllmicfjnpjkmcfobno |
Descrizione | Instagram Liker Extension by Global Gram |
Dimensione del File | 481 KB |
Conteggio Installazioni | 91 |
Versione Corrente | 3.3 |
Ultimo Aggiornamento | 2018-08-09 |
Data di Pubblicazione | 2018-08-09 |
Valutazione | 2.25/5 Totale 4 Valutazioni |
Sviluppatore | Global Gram |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://globalgram.net |
Lingue Supportate | 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" } |