Fetch Affiliates

Receive discounts on various content creation websites and support Fetch via various affiliate programs.

Fetch Affiliates là gì?

Fetch Affiliates là một tiện ích mở rộng Chrome được phát triển bởi http://veryfetch.net, và tính năng chính của nó là "Receive discounts on various content creation websites and support Fetch via various affiliate programs.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fetch Affiliates

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

                        Support your favorite YouTube community with the Fetch Affiliate extension, and get discounts for all your favorite tools. This extension will automatically assign any known referral or discount codes for programs that have partnered with Fetch. We are constantly updating and adding new programs and features.                    

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

Tên Fetch Affiliates Fetch Affiliates
ID ofkbonefbbaaakpiligejpjknjggngob
URL Chính Thức https://chrome.google.com/webstore/detail/fetch-affiliates/ofkbonefbbaaakpiligejpjknjggngob
Mô tả Receive discounts on various content creation websites and support Fetch via various affiliate programs.
Kích Thước Tệp 22.24 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2018-02-05
Ngày Phát Hành 2018-02-05
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://veryfetch.net
Loại Thanh Toán free
Trang Web Mở Rộng http://veryfetch.net
URL Trang Chính Sách Bảo Mật http://veryfetch.net/public/page/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "name": "Fetch Affiliates",
    "short_name": "Fetch",
    "description": "Receive discounts on various content creation websites and support Fetch via various affiliate programs.",
    "version": "3.0.1",
    "homepage_url": "http:\/\/veryfetch.net",
    "browser_action": {
        "default_icon": {
            "32": "images\/icon-32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Fetch Affiliate"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.fr\/*",
        "*:\/\/www.amazon.ca\/*",
        "*:\/\/www.amazon.it\/*",
        "*:\/\/www.amazon.es\/*",
        "*:\/\/www.vidiq.com\/*",
        "*:\/\/www.videoblocks.com\/*",
        "*:\/\/www.audioblocks.com\/*",
        "*:\/\/restream.io\/*",
        "*:\/\/www.freelancer.com\/*"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    }
}