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?

Kollektor是由facebookinteresttool開發的Chrome擴展程式,該擴展的主要功能是“This extension shows the user there list of faceboook interest. This can be useful to find what interest you may want to remove by…”。

擴展截圖

screenshot
screenshot

下載Kollektor擴展crx文件

下載Kollektor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Kollektor Kollektor
ID ckocddmghjchipgpehndilmnohgpbdbe
官方網址 https://chromewebstore.google.com/detail/kollektor/ckocddmghjchipgpehndilmnohgpbdbe
簡介 This extension shows the user there list of faceboook interest. This can be useful to find what interest you may want to remove by…
檔案大小 17.44 MB
安裝次數 76
目前版本 0.1.20
更新時間 2023-04-20
上架時間 2023-01-07
開發者 facebookinteresttool
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}