Global Gram - Liker)
Instagram Liker Extension by Global Gram
Was ist Global Gram - Liker)?
Global Gram - Liker) ist eine Chrome-Erweiterung, die von Global Gram entwickelt wurde, und ihr Hauptmerkmal ist "Instagram Liker Extension by Global Gram".
Erweiterungsscreenshots
Global Gram - Liker)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Global Gram - Liker)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ogedbmahehijcfllmicfjnpjkmcfobno |
Offizielle URL | https://chrome.google.com/webstore/detail/global-gram-liker/ogedbmahehijcfllmicfjnpjkmcfobno |
Beschreibung | Instagram Liker Extension by Global Gram |
Dateigröße | 481 KB |
Installationsanzahl | 91 |
Aktuelle Version | 3.3 |
Letztes Update | 2018-08-09 |
Veröffentlichungsdatum | 2018-08-09 |
Bewertung | 2.25/5 Insgesamt 4 Bewertungen |
Entwickler | Global Gram |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://globalgram.net |
Unterstützte Sprachen | 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" } |