Forlike Extension

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

Was ist Forlike Extension?

Forlike Extension ist eine Chrome-Erweiterung, die von https://forlike.pro entwickelt wurde, und ihr Hauptmerkmal ist "ForLike - Giải pháp cho các nhà quảng cáo".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Forlike Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Forlike Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Forlike Extension Forlike Extension
ID mejmnnepildeiggkdidpcpbjigmlalka
Offizielle URL https://chromewebstore.google.com/detail/forlike-extension/mejmnnepildeiggkdidpcpbjigmlalka
Beschreibung ForLike - Giải pháp cho các nhà quảng cáo
Dateigröße 2.13 MB
Installationsanzahl 38
Aktuelle Version 1.0.6
Letztes Update 2022-11-22
Veröffentlichungsdatum 2022-10-07
Bewertung 5.00/5 Insgesamt 11 Bewertungen
Entwickler https://forlike.pro
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://forlike.pro
Hilfeseite URL https://forlike.pro/lien-he
URL der Datenschutzrichtlinien-Seite https://forlike.pro/chinh-sach-bao-mat
Unterstützte Sprachen 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\/*"
        ]
    }
}