Global Gram - Liker)
Instagram Liker Extension by Global Gram
什么是Global Gram - Liker)?
Global Gram - Liker)是由Global Gram开发的Chrome扩展程序,该扩展的主要功能是“Instagram Liker Extension by Global Gram”。
扩展截图
下载Global Gram - Liker)扩展crx文件
下载Global Gram - Liker)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ogedbmahehijcfllmicfjnpjkmcfobno |
官方URL | https://chrome.google.com/webstore/detail/global-gram-liker/ogedbmahehijcfllmicfjnpjkmcfobno |
简介 | Instagram Liker Extension by Global Gram |
文件大小 | 481 KB |
安装次数 | 91 |
当前版本 | 3.3 |
更新时间 | 2018-08-09 |
上架时间 | 2018-08-09 |
评分 | 2.25/5 共4次评分 |
开发者 | Global Gram |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://globalgram.net |
支持的语言 | 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" } |