Cookie Factory
Cookie Factory - Edited by Unesco
Cookie Factoryคืออะไร?
Cookie Factory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cookiefactory.unesco และคุณลักษณะหลักของมันคือ "Cookie Factory - Edited by Unesco"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Factory
ดาวน์โหลดไฟล์ส่วนขยาย Cookie Factory ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Let’s play with cookies! Cookie factory is a cookie generator. Choose a cookie profile and watch the factory browse the internet for you. Based on the profile’s keywords, the factory will automatically open a bunch of urls in a popup windows. Your history, cookies, and bookmarks will be replaced, as if you are someone else. Cookie factory is an entertainment extension. ************************* ATTENTION ************************* TO AVOID LOOSING YOUR DATA, BE SURE TO TURN OFF THE EXTENSION BEFORE DELETING IT FROM YOUR BROWSER In case of mishandling, you can recover your bookmarks through the following link: https://cookiefactory.dev.makemepulse.com/assistance.html?type=uninstall Discover in a fun way how cookies work while you browse the internet. **************************** Features : Pick one of our 36 handcrafted cookie profiles : - Become a cat lover, a hermit , a hypochondriac, a conspiracy theorist , a witch, a survivalist…or someone who wakes up after a 30 years coma, a few options among many more. Create your own cookie profile : - pick a gender - choose an age range - Pick up 4 centers of interest from 66 options. Switch between two modes : - Full impact: this default setting will disconnect you from your accounts to maximize the impact of your cookie profile on trackers and recommendation algorithms. - Low impact: this mode won’t disconnect you from your accounts. Thanks to a local backup of your actual cookies, history, and bookmarks, you can return to your original settings in a single click through the extension menu. Cookie factory takes into account cookies accumulated during browsing. Cookie factory is designed for everyone concerned about their privacy on the Internet. The extension is playing music in the system background. No information or data is collected during the use of the Cookie Factory. This extension is an Initiative from UNESCO.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cookie Factory |
ID | opbjchmbdpkblanncmhmkgikoogpjjip |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookie-factory/opbjchmbdpkblanncmhmkgikoogpjjip |
คำอธิบาย | Cookie Factory - Edited by Unesco |
ขนาดไฟล์ | 81.29 MB |
จำนวนการติดตั้ง | 2,929 |
เวอร์ชันปัจจุบัน | 1.9.76 |
อัปเดตครั้งล่าสุด | 2022-02-03 |
วันที่เผยแพร่ | 2021-11-30 |
คะแนน | 4.17/5 รวมทั้งหมด 54 คะแนน |
ผู้พัฒนา | cookiefactory.unesco |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://cookiefactory.dev.makemepulse.com/assistance.html?type=uninstall |
ภาษาที่รองรับ | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_title__", "author": "Christophe MASSOLIN", "description": "__MSG_description__", "version": "1.9.76", "default_locale": "en", "browser_action": { "browser_style": true, "default_popup": "browser_action.html", "default_icon": "assets\/common\/icons\/icon-32.png", "theme_icons": [ { "light": "assets\/common\/icons\/icon-32.png", "dark": "assets\/common\/icons\/icon-32.png", "size": 32 } ] }, "icons": { "16": "assets\/common\/icons\/icon-16.png", "32": "assets\/common\/icons\/icon-32.png", "48": "assets\/common\/icons\/icon-48.png", "128": "assets\/common\/icons\/icon-128.png" }, "permissions": [ "tabs", "bookmarks", "cookies", "storage", "contextMenus", "history", "unlimitedStorage", "downloads", "*:\/\/*\/*" ], "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "content.js" ], "css": [ "content.css" ], "matches": [ "*:\/\/*\/*" ] } ], "web_accessible_resources": [ "assets\/*\/**", "main.js", "main.css", "index.html" ] } |