Flag Cookies

A cookie and browser storage data manager on steroids to mark, 'flag', and manage cookies using rulesets.

Flag Cookiesคืออะไร?

Flag Cookies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dwrox.net และคุณลักษณะหลักของมันคือ "A cookie and browser storage data manager on steroids to mark, 'flag', and manage cookies using rulesets."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flag Cookies

ดาวน์โหลดไฟล์ส่วนขยาย Flag Cookies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Important privacy notice:
- No cookie information besides the name and domain name are stored inside FlagCookies to work, no values, no direct details.
- No session data or details are stored or processed
- No history of visited domains or websites or any other tracking is used.

Before you use this addon:
This add-on is mainly aimed at power users, this might sound harsh, but it is not!

To get the most out of FlagCookies, you have to define either own cookie rules for websites and or make use of `Global Flag`, or `Auto flag`, or `Profile` mode(s).
Also, in case you use payment services, be advised to disable the "Global flag" feature temporarily. For example when using Paypal or other shopping/payment provider websites and services.

Long story made short - Basic usage:
1) Use `Global mode` if you are surfing, this will remove all kind of cookies while browsing the web if not protected by `profile` mode, or explicitly are set as protected.

2) Use `Auto flag` which will remove all cookies for one website/domain - this can be useful if you only want to automatically remove these page cookies every time you browse this website.

3) Use `Profile mode` either globally for a website, protecting all cookies of that domain if no cookies are picked as profile cookies. Or protect single cookies even when `Global flag` or `Auto flag` modes are active.

4) `Click / Flag` and set rules for each cookie individually, works together with the other modes.

Note: It is possible to export detected cookies into a json file or into the clipboard, used by JDownloader2, from the `Settings` tab inside of FlagCookies. More information can be found at the Github.

Some features are:
* Detects and displays stored browser cookies, storage data, and be able to manage (flag) and delete those while browsing, either automatically through ***global*** or ***auto flag*** mode or by explicit decision
* **Flag cookies** either to be explicitly **deleted** even without *global* or *auto flag* mode or set them to be **permitted** or protected from removal by *global* or *auto flag* modes
* **Profile** mode for a domain or cookies - to switch between *logged into a website/service* and *not logged in* modes in order to remove or keep cookies on demand
* **Auto flag** mode only affecting this particular (sub)domain, removing every domain cookie which is not permitted or used as ***profile cookie***, this also includes third-party and cross origin cookies.
* Support for *Firefox Multi-Account-Containers*
* **Preferences** allowing to import and export settings to a ZIP file. Import does not work in private windows!
* **Preferences** allows to manage *logged in profile* cookies, delete all domain settings and add-on settings
* An **Action log** avaible in Preferences which provides output of what FlagCookies is doing. The **Action log** is disabled by default due to performance improvements and RAM usage - even so the log is cleared mostly on reload
* **Displays count** of deleted cookies in the browser toolbar icon and in addition a breakdown summary of the action log when hovering the toolbar icon if the action log is enabled
* Optional **notifications**
* Support for firstPartyIsolate/firstPartyDomain cookies
* Support for container tabs/contextual identities

Providing feedback/feature wishes/ideas:
Please file an issue on the issues page. I gladly try to respond to feedback and to improve Flag cookies. If you think a feature is missing or at worst, not working as expected, please also open an issue.

Thanks and notes
To all who helped so far through critic, general feedback and ideas. Keeps me going! And of course for everyone supporting the project in this or the other way.

German speaking thread @ ngb.to about FlagCookies
https://ngb.to/threads/32496-Firefox-Addon-FlagCookies                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flag Cookies Flag Cookies
ID phcaemipbgodliopfijmcmlbdhpkbndb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flag-cookies/phcaemipbgodliopfijmcmlbdhpkbndb
คำอธิบาย A cookie and browser storage data manager on steroids to mark, 'flag', and manage cookies using rulesets.
ขนาดไฟล์ 351 KB
จำนวนการติดตั้ง 61,040
เวอร์ชันปัจจุบัน 3.6.0
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2021-05-11
คะแนน 2.59/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://dwrox.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jrie/flagCookies
URL หน้าช่วยเหลือ https://github.com/jrie/flagCookies/issues
URL หน้านโยบายความเป็นส่วนตัว https://dwrox.net
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "action": {
        "default_title": "FlagCookies",
        "default_popup": "cookies.html",
        "default_icon": {
            "16": "icons\/fc16.png",
            "48": "icons\/fc48.png",
            "128": "icons\/fc128.png"
        }
    },
    "description": "__MSG_AddonDescription__",
    "icons": {
        "16": "icons\/fc16.png",
        "48": "icons\/fc48.png",
        "128": "icons\/fc128.png"
    },
    "homepage_url": "https:\/\/github.com\/jrie\/flagCookies",
    "manifest_version": 3,
    "name": "Flag Cookies",
    "version": "3.6.0",
    "permissions": [
        "cookies",
        "tabs",
        "webRequest",
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "cookies.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}