Global Gram - Liker)
Instagram Liker Extension by Global Gram
Co to jest Global Gram - Liker)?
Global Gram - Liker) to rozszerzenie Chrome opracowane przez Global Gram, a jego główną funkcją jest „Instagram Liker Extension by Global Gram”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Global Gram - Liker)
Pobierz pliki rozszerzeń Global Gram - Liker) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ogedbmahehijcfllmicfjnpjkmcfobno |
Oficjalny URL | https://chrome.google.com/webstore/detail/global-gram-liker/ogedbmahehijcfllmicfjnpjkmcfobno |
Opis | Instagram Liker Extension by Global Gram |
Rozmiar pliku | 481 KB |
Liczba instalacji | 91 |
Aktualna Wersja | 3.3 |
Ostatnia Aktualizacja | 2018-08-09 |
Data Publikacji | 2018-08-09 |
Ocena | 2.25/5 Łącznie 4 Oceny |
Deweloper | Global Gram |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://globalgram.net |
Obsługiwane Języki | 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" } |