Almost Native Cookies Manager
Cookie Manager embedded in the Chrome devtools.
What is Almost Native Cookies Manager?
Almost Native Cookies Manager is a Chrome extension developed by https://xedelweiss.net, and its main feature is "Cookie Manager embedded in the Chrome devtools.".
Extension Screenshots
Download Almost Native Cookies Manager Extension CRX File
Download Almost Native Cookies Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Implemented Features: - Add / Remove - Edit - Clear - Import / Export Planned Features: - Sort
Extension Basic Information
Name | Almost Native Cookies Manager |
ID | fhaoohhmmobabefgngamjnleikfieodg |
Official URL | https://chromewebstore.google.com/detail/almost-native-cookies-man/fhaoohhmmobabefgngamjnleikfieodg |
Description | Cookie Manager embedded in the Chrome devtools. |
File Size | 74.58 KB |
Installation Count | 174 |
Current Version | 0.8.6 |
Last Updated | 2014-02-21 |
Publish Date | 2014-02-21 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://xedelweiss.net |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Almost Native Cookies Manager", "version": "0.8.6", "manifest_version": 2, "description": "Cookie Manager embedded in the Chrome devtools.", "devtools_page": "devtools.html", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "tabs", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |