Space Cookie

Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.

Space Cookieคืออะไร?

Space Cookie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maf และคุณลักษณะหลักของมันคือ "Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites."

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

screenshot

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

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

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

                        Be more aware of websites that stores cookies in your browser with this Chrome extension.





Created by: Rocket Studios. All rights reserved


Cookie image from: Vecteezy.com.
Image contributor: lavarmsg/Vecteezy.com

Webstore screenshot background from: Flickr.com
Image contributor: flickr.com/photos/gsfc/                    

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

ชื่อ Space Cookie Space Cookie
ID bdfgjmkhjlpdmabilebjcgfjajghnojk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/space-cookie/bdfgjmkhjlpdmabilebjcgfjajghnojk
คำอธิบาย Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2015-03-17
วันที่เผยแพร่ 2015-03-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา maf
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Space Cookie",
    "author": "Rocket Studios",
    "version": "1",
    "manifest_version": 2,
    "description": "Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/cookie16.png",
        "48": "img\/cookie48.png",
        "128": "img\/cookie128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "img\/cookie48.png",
        "default_popup": "mainpopup.html"
    }
}