Forlike Extension

ForLike - Giải pháp cho các nhà quảng cáo

What is Forlike Extension?

Forlike Extension is a Chrome extension developed by https://forlike.pro, and its main feature is "ForLike - Giải pháp cho các nhà quảng cáo".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Forlike Extension Extension CRX File

Download Forlike Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ForLike Premium Extension ♥️
Update: 22/11/2022
- Fix lỗi Share TKQC ổn định hơn
- Bổ sung các nút trên giao diện giúp người dùng dễ nhìn hơn
- Đã Fix các lỗi hiển thị trên tài khoản bị loading
- Tốc độ hoạt động ổn định hơn

Ads Account Manager là sản phẩm của ForLike nhằm hỗ trợ các nhà quảng cáo online! 
Các tính năng:
- Quản lí SLL tài khoản quảng cáo
- Thực thi các tiện ích như đá admin ẩn, đổi tên TKQC, Share, ... chỉ trên cùng một giao diện

Tốc độ được tối ưu hoá nhanh chóng và cực kì ổn định!                    

Extension Basic Information

Name Forlike Extension Forlike Extension
ID mejmnnepildeiggkdidpcpbjigmlalka
Official URL https://chromewebstore.google.com/detail/forlike-extension/mejmnnepildeiggkdidpcpbjigmlalka
Description ForLike - Giải pháp cho các nhà quảng cáo
File Size 2.13 MB
Installation Count 38
Current Version 1.0.6
Last Updated 2022-11-22
Publish Date 2022-10-07
Rating 5.00/5 Total 11 Ratings
Developer https://forlike.pro
Email [email protected]
Payment Type free
Extension Website https://forlike.pro
Help Page URL https://forlike.pro/lien-he
Privacy Policy Page URL https://forlike.pro/chinh-sach-bao-mat
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forlike Extension",
    "description": "ForLike - Gi\u1ea3i ph\u00e1p cho c\u00e1c nh\u00e0 qu\u1ea3ng c\u00e1o",
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "Click to view a popup"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/facebook.js",
                "js\/forlike.js"
            ],
            "runs_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.facebook.com\/*"
        ]
    }
}