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 |
Eメール | [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" } |