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…

¿Qué es Kollektor?

Kollektor es una extensión de Chrome desarrollada por facebookinteresttool, y su función principal es "This extension shows the user there list of faceboook interest. This can be useful to find what interest you may want to remove by…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Kollektor

Descarga archivos de extensión Kollektor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Kollektor Kollektor
ID ckocddmghjchipgpehndilmnohgpbdbe
URL Oficial https://chromewebstore.google.com/detail/kollektor/ckocddmghjchipgpehndilmnohgpbdbe
Descripción This extension shows the user there list of faceboook interest. This can be useful to find what interest you may want to remove by…
Tamaño del Archivo 17.44 MB
Cantidad de Instalaciones 76
Versión Actual 0.1.20
Última Actualización 2023-04-20
Fecha de Publicación 2023-01-07
Desarrollador facebookinteresttool
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}