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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kollektor
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |