Meta-Dog Leash

Get Meta App Referrals from the Store!

Meta-Dog Leash là gì?

Meta-Dog Leash là một tiện ích mở rộng Chrome được phát triển bởi david.c.iglesias, và tính năng chính của nó là "Get Meta App Referrals from the Store!".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Meta-Dog Leash

Tải xuống các tệp mở rộng Meta-Dog Leash 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

                        Most Meta Apps can be referred to Friends by those who have bought them (Advocates) in certain regions (UK, parts of US, ES, NL and KR so far). In doing so, the Friend receives a 25% discount, and the Advocate receives some credit in their own account.

The purpose of this Extension is simply to connect Friends and Advocates so they can both benefit easily, rather than attempting to find people on forums or other venues.

By installing the Extension, you should be able to see the `Get 25% discount!` message as one of the options when browsing a Meta App. On clicking, it would redirect you to the discount directly.

This extension is open-source ( https://github.com/meta-dog/meta-leash ) and uses an open-source backend-server ( https://github.com/meta-dog/meta-bones ) to run a lottery system of which Advocate's referral you're getting, to ensure that the share is fair. Anyone can register their own referral links as Advocate, and anyone can visit the website to become a Friend and receive specific Meta App referrals quickly.

There is no fee for using either the extension or the backend, and no registration is needed. There are also no ads in either the site, the extension or the backend.                    

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

Tên Meta-Dog Leash Meta-Dog Leash
ID hjngnbfokmhmpnifpdmlfdkjfjbjeojp
URL Chính Thức https://chromewebstore.google.com/detail/meta-dog-leash/hjngnbfokmhmpnifpdmlfdkjfjbjeojp
Mô tả Get Meta App Referrals from the Store!
Kích Thước Tệp 19.22 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 0.3.4
Cập Nhật Lần Cuối 2023-10-11
Ngày Phát Hành 2022-09-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển david.c.iglesias
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://meta-dog.github.io/meta-dog/
Ngôn Ngữ Được Hỗ Trợ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "default_locale": "en",
    "version": "0.3.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/meta-dog.onrender.com\/api\/*"
    ],
    "action": {
        "default_popup": "views\/intro.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.meta.com\/*experiences\/*"
            ],
            "js": [
                "scripts\/app.js"
            ],
            "run_at": "document_idle"
        }
    ]
}