Global Gram - Liker)

Instagram Liker Extension by Global Gram

Global Gram - Liker) là gì?

Global Gram - Liker) là một tiện ích mở rộng Chrome được phát triển bởi Global Gram, và tính năng chính của nó là "Instagram Liker Extension by Global Gram".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Global Gram - Liker)

Tải xuống các tệp mở rộng Global Gram - Liker) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Global Gram - Liker) Global Gram - Liker)
ID ogedbmahehijcfllmicfjnpjkmcfobno
URL Chính Thức https://chrome.google.com/webstore/detail/global-gram-liker/ogedbmahehijcfllmicfjnpjkmcfobno
Mô tả Instagram Liker Extension by Global Gram
Kích Thước Tệp 481 KB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 3.3
Cập Nhật Lần Cuối 2018-08-09
Ngày Phát Hành 2018-08-09
Đánh Giá 2.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Global Gram
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://globalgram.net
Ngôn Ngữ Được Hỗ Trợ 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"
}