Forget about this site

Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.

Forget about this siteคืออะไร?

Forget about this site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blaise Kal และคุณลักษณะหลักของมันคือ "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forget about this site

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

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

                        Shortcut: Ctrl+Shift+X on Windows and Linux, Cmd+Shift+X on macOS.

This extension respects your privacy. All permissions are used only to remove data for the current website. No data is logged to, or shared with external websites.

Please report issues at https://github.com/blaise-io/forget-about-this-site/issues or send a mail to [email protected].                    

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

ชื่อ Forget about this site Forget about this site
ID okiohagmnigihpbleoloddfldckiknea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea
คำอธิบาย Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 1,143
เวอร์ชันปัจจุบัน 1.8.0
อัปเดตครั้งล่าสุด 2021-06-15
วันที่เผยแพร่ 2019-12-28
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Blaise Kal
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/blaise-io/forget-about-this-site#readme
URL หน้าช่วยเหลือ https://github.com/blaise-io/forget-about-this-site/issues
ภาษาที่รองรับ de,en,fr,nl,es,it,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.8.0",
    "homepage_url": "https:\/\/github.com\/blaise-io\/forget-about-this-site#readme",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "browsingData",
        "downloads",
        "history",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "icons": {
        "256": "\/icons\/icon.png"
    },
    "page_action": {
        "default_icon": "\/icons\/icon.png"
    },
    "options_ui": {
        "page": "\/options.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            }
        }
    }
}