Global Gram - Liker)
Instagram Liker Extension by Global Gram
Wat is Global Gram - Liker)?
Global Gram - Liker) is een Chrome-extensie ontwikkeld door Global Gram, en de belangrijkste functie is "Instagram Liker Extension by Global Gram".
Extensie Screenshots
Download het CRX-bestand van de extensie Global Gram - Liker)
Download Global Gram - Liker)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ogedbmahehijcfllmicfjnpjkmcfobno |
Officiële URL | https://chrome.google.com/webstore/detail/global-gram-liker/ogedbmahehijcfllmicfjnpjkmcfobno |
Beschrijving | Instagram Liker Extension by Global Gram |
Bestandsgrootte | 481 KB |
Aantal Installaties | 91 |
Huidige Versie | 3.3 |
Laatst Bijgewerkt | 2018-08-09 |
Publicatiedatum | 2018-08-09 |
Beoordeling | 2.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Global Gram |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://globalgram.net |
Ondersteunde Talen | 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" } |