Forlike Extension

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

Apa itu Forlike Extension?

Forlike Extension adalah ekstensi Chrome yang dikembangkan oleh https://forlike.pro, dan fitur utamanya adalah "ForLike - Giải pháp cho các nhà quảng cáo".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Forlike Extension

Unduh file ekstensi Forlike Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Forlike Extension Forlike Extension
ID mejmnnepildeiggkdidpcpbjigmlalka
URL Resmi https://chromewebstore.google.com/detail/forlike-extension/mejmnnepildeiggkdidpcpbjigmlalka
Deskripsi ForLike - Giải pháp cho các nhà quảng cáo
Ukuran File 2.13 MB
Jumlah Instalasi 38
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2022-11-22
Tanggal Publikasi 2022-10-07
Penilaian 5.00/5 Total 11 Penilaian
Pengembang https://forlike.pro
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://forlike.pro
URL Halaman Bantuan https://forlike.pro/lien-he
URL Halaman Kebijakan Privasi https://forlike.pro/chinh-sach-bao-mat
Bahasa yang Didukung 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\/*"
        ]
    }
}