Cookie Editor
A powerful and easy-to-use Cookie Editor.
Cookie Editorคืออะไร?
Cookie Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hotcleaner.com และคุณลักษณะหลักของมันคือ "A powerful and easy-to-use Cookie Editor."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Editor
ดาวน์โหลดไฟล์ส่วนขยาย Cookie Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cookie Editor is a free, powerful and easy-to-use Visual Cookie Editor. Manage all your cookies stored within your browser, including 3rd party cookies. The interface is clean and well organized.
Cookie Editor - Few Key Features:
Standard Features:
+ Add a new cookie
+ Edit a cookie properties
+ Delete a cookie
+ Delete all cookies at once
Advanced Features:
+ Password protected Encrypted Storage
+ Ability to create your own custom cookie sets
+ Backup and Restore
+ Export to a file
+ Import from a file
REQUIRED PERMISSIONS:
"cookies" and "all_urls" - to query and modify cookies for any hosts.
"contextMenus" - to open Cookie Editor from context menu.
"storage" - to store extension options.
PRIVACY POLICY:
https://www.hotcleaner.com/cookie-editor/privacy-policy.html
COOKIE EDITOR WEBSITE:
https://www.hotcleaner.com/cookie-editor/
CHROME EXTENSIONS:
https://chrome.google.com/webstore/detail/cookies/iphcomljdfghbkdcfndaijbokpgddeno
FEEDBACK & SUPPORT:
https://www.hotcleaner.com/security-and-privacy-software-feedback.html
TWITTER COOKIES:
https://twitter.com/intent/user?screen_name=CookiesApp
FACEBOOK COOKIES:
https://www.facebook.com/Cookies-App-161326243960553/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | iphcomljdfghbkdcfndaijbokpgddeno |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookie-editor/iphcomljdfghbkdcfndaijbokpgddeno |
| คำอธิบาย | A powerful and easy-to-use Cookie Editor. |
| ขนาดไฟล์ | 335 KB |
| จำนวนการติดตั้ง | 124,678 |
| เวอร์ชันปัจจุบัน | 2.1.0.0 |
| อัปเดตครั้งล่าสุด | 2021-01-11 |
| วันที่เผยแพร่ | 2020-01-06 |
| คะแนน | 4.65/5 รวมทั้งหมด 4214 คะแนน |
| ผู้พัฒนา | https://www.hotcleaner.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.hotcleaner.com/cookie-editor/ |
| URL หน้าช่วยเหลือ | https://www.hotcleaner.com/security-and-privacy-software-feedback.html |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.mixesoft.com/privacy.html |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"background": {
"scripts": [
"js\/bg.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"16": "img\/16.png",
"19": "img\/19.png",
"20": "img\/20.png",
"32": "img\/32.png",
"38": "img\/38.png",
"40": "img\/40.png",
"64": "img\/64.png"
},
"default_title": "__MSG_extTitle__"
},
"content_scripts": [
{
"js": [
"js\/cs.js"
],
"matches": [
"https:\/\/www.hotcleaner.com\/cookie-editor\/*"
]
}
],
"content_security_policy": "default-src 'none';script-src 'self';img-src 'self';style-src 'self';connect-src 'self' https:\/\/api64.com https:\/\/clients2.google.com;report-uri https:\/\/appn.center\/apiv1\/csp",
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
"16": "img\/16.png",
"24": "img\/24.png",
"32": "img\/32.png",
"48": "img\/48.png",
"64": "img\/64.png",
"96": "img\/96.png",
"128": "img\/128.png",
"192": "img\/192.png",
"256": "img\/256.png"
},
"manifest_version": 2,
"minimum_chrome_version": "54.0",
"name": "__MSG_extName__",
"offline_enabled": true,
"options_ui": {
"open_in_tab": true,
"page": "manager.html"
},
"permissions": [
"cookies",
" | |