Kollektor

This extension shows the user there list of faceboook interest. This can be useful to find what interest you may want to remove by…

Kollektor là gì?

Kollektor là một tiện ích mở rộng Chrome được phát triển bởi facebookinteresttool, và tính năng chính của nó là "This extension shows the user there list of faceboook interest. This can be useful to find what interest you may want to remove by…".

Ả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 Kollektor

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

                        This extension shows the user there list of faceboook interest. This can be useful to find what interest you may want to remove by doing a quick search after copying the list into a spreadsheet. By removing an interest from the list in facebook the user will no longer see advertisments targeting the interest that they removed. Depending on how the user in interacting with ads and organic content in facebook the interest could be added to their list again in the future. The extension also uploads the list to a server where a record is kept of the interest list as well as basic demographic information that the user enters manually. The user agrees to submitting their interest when they click on the submit button.                    

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

Tên Kollektor Kollektor
ID ckocddmghjchipgpehndilmnohgpbdbe
URL Chính Thức https://chromewebstore.google.com/detail/kollektor/ckocddmghjchipgpehndilmnohgpbdbe
Mô tả This extension shows the user there list of faceboook interest. This can be useful to find what interest you may want to remove by…
Kích Thước Tệp 17.44 MB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 0.1.20
Cập Nhật Lần Cuối 2023-04-20
Ngày Phát Hành 2023-01-07
Nhà Phát Triển facebookinteresttool
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kollektor",
    "description": "",
    "version": "0.1.20",
    "manifest_version": 3,
    "icons": [],
    "action": {
        "default_title": "click to open options page"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/adpreferences\/ad_topics"
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}