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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kollektor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}