Cookie Inject and Get Cookie
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Cookie Inject"
},
"description": "Cookie Inject。",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjl8pADiAgUV+vRgcGqQYFgFygpV7bJpFqAI4zqCrixxmsoGoX7VdOkyXWOUujiEGsncbIAlQmLeiF8vz9YXC2ZLwVOwfBejT/LG2joJl0LSNY1IRjH4K76/wqysOCGEUtpPqMvHXuuqPCPrhe7Umq+MKn6GF1ckntkNdbaaQJr8+p+7EUVtZeMZuGwgiQj19WCfak8W8Wnxpi/BAWeBvlnKYrk3wGB2CLMKYtVeYjfLghfofCH7CWxAk2GT9OwThTcVFLZGOgDxeKhne4HTmynxKqrgRvtVudE2mcePv96oQwutYiRg90snKyxbpfmlbb87erq8JKUWFG+L0kplCVwIDAQAB",
"manifest_version": 2,
"name": "Cookie Inject",
"permissions": [
"tabs",
"cookies",
"http://*/*",
"https://*/*",
"background"
],
"version": "1.0",
"browser_specific_settings": {
"gecko": {
"id": "{5c9c42ac-8407-492a-9c69-a61d17ae65f9}"
}
}
}