Mimieam / TabSorter2

Google Chrome Tab Management Extension - Merge, Sort, split and more :) - https://chrome.google.com/webstore/detail/tabsorter2/lmmmdnmgmgnimgcfbnomdgeldehlfafn
https://www.tabsorter2.com
65 stars 9 forks source link

Permissions #22

Closed q2p closed 4 years ago

q2p commented 4 years ago

Why do you need these permissions? Any source code? image

Mimieam commented 4 years ago

Yes this was due to the update to 1.1 the only difference from the previous version is that we are now using publicsuffix to get the list of domain suffix available worldwide. Download - to save/upload extensions - bundle to manage tabs and window - TS2 doesn't look at anything else like other apps, extensions or themes - but that's how chrome present this

let me know if you need more details

q2p commented 4 years ago

No source -> no update. An extentions developed to sort tabs should only request a permission for tabs. Well... too bad, now I have to uninstall it.

Mimieam commented 4 years ago

No source -> no update.

hmm we wouldn't be having this discussion if an update didn't triggered this, but ok 😅

An extension developed to sort tabs should only request a permission for tabs.

Agree to disagree on that, If you would like to only sort Tabs - then by all means i recommend using This Extension it does the job quite nicely

TS2 uses the following permission to do what it needs to do - especially when it comes to finding work around some of chrome API weird behaviors/bugs.

"permissions": [
    "activeTab",
    "downloads",
    "management",
    "notifications",
    "tabs",
    "storage",
    "https://publicsuffix.org/*",
    "system.display"
  ],

I always strive to improve TS2 so I will keep this in mind for the next update an try to minimize the number of permissions.

@q2p Thank you for using TS2 till now and sorry to see you leave.