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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}