Set cookie for several domains

This simple app is designed for one purpose - to set a single cookie for multiple domains.

Set cookie for several domainsคืออะไร?

Set cookie for several domains เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mixaroot90 และคุณลักษณะหลักของมันคือ "This simple app is designed for one purpose - to set a single cookie for multiple domains."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Set cookie for several domains

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

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

                        This simple app is designed for one purpose - to set a single cookie for multiple domains.

Features :
- Set a cookie for all domains;
- Cookie apply for protocols http and https;
- Remove the cookie from all domains.
- Domain record, if you have entered the full url with the protocol and uri;                    

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

ชื่อ Set cookie for several domains Set cookie for several domains
ID dhkjbahmapekagkloappmplfofpiefpp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/set-cookie-for-several-do/dhkjbahmapekagkloappmplfofpiefpp
คำอธิบาย This simple app is designed for one purpose - to set a single cookie for multiple domains.
ขนาดไฟล์ 25.23 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2016-08-20
วันที่เผยแพร่ 2016-08-20
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา mixaroot90
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Set cookie for several domains",
    "version": "0.4.0",
    "description": "This simple app is designed for one purpose - to set a single cookie for multiple domains.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "index.html",
        "default_title": "Set cookie for several domains"
    },
    "author": "[email protected]",
    "short_name": "CookieSeveralDomains",
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/*\/"
    ],
    "minimum_chrome_version": "51"
}