Code Monkey home page Code Monkey logo

get-cookies's People

Contributors

a76yyyy avatar ckx000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

get-cookies's Issues

Successfully installed but then what?

As the title, I'm not sure how to use it.
Inside the option, I put 2 lines of urls for the sites I'd like to auto check in. Visit the site and log in... nothing happened. What exactly do I need to do to get the cookies or other neccessary stuffs ??

扩展无法使用

在选项中设置加载网站后,点击和原来一样是信息界面

今天 Chrome 更新完彻底不支持 `Manifest V2` 了,请大佬更新一下升级到 `Manifest V3` ,万分感激

今天 Chrome 更新完彻底不支持 Manifest V2 了,请大佬更新一下升级到 Manifest V3 ,万分感激。

另外我自己尝试按 Manifest V3 标准修改了 Manifest.json ,修改内容如下 :

{
   "manifest_version": 3,
   "name": "__MSG_appName__",
   "version": "0.0.7",
   "description": "__MSG_description__",
   "icons": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
   },
   "permissions": [
      "cookies",
      "activeTab"
   ],
   "host_permissions": [
      "<all_urls>"
   ],
   "background": {
      "service_worker": "background.js"
   },
   "content_scripts": [
      {
         "matches": [
            "<all_urls>"
         ],
         "js": [
            "js/cookie.js"
         ]
      }
   ],
   "default_locale": "en"
}

提示 service_worker 有错误:

Error in event handler: TypeError: Error processing argument at index 0,

可能是 background.js 里面使用的 API 有变更,但外行实在看不懂,还请大佬更新更新,谢谢了

bug

前端获取cookie没问题
image

后端测试那里获取不了cookie
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.