Forlike Extension

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

Qu'est-ce que Forlike Extension ?

Forlike Extension est une extension Chrome développée par https://forlike.pro, et sa fonction principale est "ForLike - Giải pháp cho các nhà quảng cáo".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Forlike Extension

Téléchargez les fichiers d'extension Forlike Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Forlike Extension Forlike Extension
ID mejmnnepildeiggkdidpcpbjigmlalka
URL Officiel https://chromewebstore.google.com/detail/forlike-extension/mejmnnepildeiggkdidpcpbjigmlalka
Description ForLike - Giải pháp cho các nhà quảng cáo
Taille du Fichier 2.13 MB
Nombre d'Installations 38
Version Actuelle 1.0.6
Dernière Mise à Jour 2022-11-22
Date de Publication 2022-10-07
Évaluation 5.00/5 Total 11 Évaluations
Développeur https://forlike.pro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://forlike.pro
URL de la Page d'Aide https://forlike.pro/lien-he
URL de la Page de Politique de Confidentialité https://forlike.pro/chinh-sach-bao-mat
Langues Prises en Charge 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\/*"
        ]
    }
}