Reputation: 373
im having trouble accessing cookies for a game called roblox. I am trying to make a guest id changer so you can be any guest id. but i can not seem to get the cookie
manifest.json file: https://pastebin.com/s0xAxf74 main.js: https://pastebin.com/WD5j5xsR
error:
Unchecked runtime.lastError while running cookies.get: No host permissions for cookies at url: "http://.roblox.com/".
at chrome-extension://clpnmiebajadjhpjamncibjkkjicnkcn/main.js:3:16
Upvotes: 0
Views: 3235
Reputation: 3292
Use http://roblox.com
or http://*.roblox.com
instead of http://.roblox.com
.
I checked your code with described fix and it works.
Upvotes: 1