Global Gram - Liker)
Instagram Liker Extension by Global Gram
Qu'est-ce que Global Gram - Liker) ?
Global Gram - Liker) est une extension Chrome développée par Global Gram, et sa fonction principale est "Instagram Liker Extension by Global Gram".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Global Gram - Liker)
Téléchargez les fichiers d'extension Global Gram - Liker) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ogedbmahehijcfllmicfjnpjkmcfobno |
URL Officiel | https://chrome.google.com/webstore/detail/global-gram-liker/ogedbmahehijcfllmicfjnpjkmcfobno |
Description | Instagram Liker Extension by Global Gram |
Taille du Fichier | 481 KB |
Nombre d'Installations | 91 |
Version Actuelle | 3.3 |
Dernière Mise à Jour | 2018-08-09 |
Date de Publication | 2018-08-09 |
Évaluation | 2.25/5 Total 4 Évaluations |
Développeur | Global Gram |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://globalgram.net |
Langues Prises en Charge | 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" } |