cookie快速模拟
方便地管理你的cookie,开发人员必备,快速查看,修改,删除。
Wat is cookie快速模拟?
cookie快速模拟 is een Chrome-extensie ontwikkeld door yu, en de belangrijkste functie is "方便地管理你的cookie,开发人员必备,快速查看,修改,删除。".
Extensie Screenshots
Download het CRX-bestand van de extensie cookie快速模拟
Download cookie快速模拟-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
方便地管理你的cookie,开发人员必备,快速查看,修改,删除。
Basisinformatie over de Extensie
Naam | cookie快速模拟 |
ID | jpdfbendalpmcbdekkmldlkcklpcafma |
Officiële URL | https://chromewebstore.google.com/detail/cookie%E5%BF%AB%E9%80%9F%E6%A8%A1%E6%8B%9F/jpdfbendalpmcbdekkmldlkcklpcafma |
Beschrijving | 方便地管理你的cookie,开发人员必备,快速查看,修改,删除。 |
Bestandsgrootte | 77.78 KB |
Aantal Installaties | 935 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2014-04-20 |
Publicatiedatum | 2014-04-20 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | yu |
xinyu198736@gmail.com | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://yu-tousorganization.gitbook.io/untitled |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "name": "cookie\u5feb\u901f\u6a21\u62df", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/*\/*", "http:\/\/*\/*", "cookies" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4", "manifest_version": 2 } |