I am making an extension like pinterest can anyone please tell me what are the permission for this extension should be?
Asked
Active
Viewed 87 times
1 Answers
0
The "Pin It" extension version 1.39.1 uses these permissions:
"*://*/*", "notifications", "cookies", "tabs", "storage", "contextMenus", "background"

Iván Nokonoko
- 4,888
- 2
- 19
- 27
-
thanks for your answer @ivan Nokonoko – Irrfan23 Jun 12 '16 at 18:30
-
can you tell me please does pinit extension has background.js file? – Irrfan23 Jun 12 '16 at 18:32
-
@Programmer Yes it does. Once you install the extension, you can check its code. See [here](http://stackoverflow.com/questions/14543896/where-does-chrome-store-extensions) – Iván Nokonoko Jun 12 '16 at 18:46
-
Thank you for reply @Ivan Nokonoko but i am using win-32 and i am not able find appdata forlder. Will you help me in this please – Irrfan23 Jun 14 '16 at 06:58
-
@Programmer The AppData folder is hidden by default. The path is usually C:\Users\ _YourUserName_ \AppData\Local\Google\Chrome\User Data\Default\Extensions it could be that instead of the folder Default it uses one of the Profile folders. – Iván Nokonoko Jun 14 '16 at 08:48