Get Token & Cookie
Công cụ Lấy thông tin Token và Cookie trình duyệt giúp người dùng.
What is Get Token & Cookie?
Get Token & Cookie is a Chrome extension developed by BookDichVu.Com, and its main feature is "Công cụ Lấy thông tin Token và Cookie trình duyệt giúp người dùng.".
Extension Screenshots
Download Get Token & Cookie Extension CRX File
Download Get Token & Cookie 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
Công cụ Lấy thông tin Token và Cookie trình duyệt giúp người dùng.
Extension Basic Information
Name | Get Token & Cookie |
ID | nphgibclfaabpdkkpcboafpaccplikfg |
Official URL | https://chromewebstore.google.com/detail/get-token-cookie/nphgibclfaabpdkkpcboafpaccplikfg |
Description | Công cụ Lấy thông tin Token và Cookie trình duyệt giúp người dùng. |
File Size | 117 KB |
Installation Count | 3,000 |
Current Version | 1.8 |
Last Updated | 2022-11-03 |
Publish Date | 2022-02-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | BookDichVu.Com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://bookdichvu.com/privacy-policy |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Token & Cookie", "manifest_version": 2, "version": "1.8", "icons": { "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/kit.fontawesome.com\/6b27cf648d.js https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/apis.google.com https:\/\/stackpath.bootstrapcdn.com; object-src 'self'", "permissions": [ "*:\/\/*\/*", "storage", "webRequest", "webRequestBlocking", "cookies" ], "browser_action": { "default_icon": { "128": "icon128.png" }, "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "js\/background.min.js" ] } } |