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 |
官方網址 | 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" } |