Examine source code of Shoujo Okuma Eklentisi

Inspect and view changes in Shoujo Okuma Eklentisi source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shoujo Okuma Eklentisi",
  "description": "Bu eklenti sayesinde tek tıkla shoujo okuyabilirsiniz.",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_title": "Shoujo oku",
    "default_icon": "logo.png",
    "default_popup": "plugin.html"
  },
  "icons": {
    "128": "logo.png"
  }
}