WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Self-Citations Checker

Self-Citations Checker

View on Chrome Web Store
View Self-Citations Checker Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (3 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Calculates author self-citation rates on Google Scholar using DBLP, OpenCitation, and OpenAlex data.
Type
Extension
Users
1,000 users
29
Naveed Bhatti
View author page of Naveed Bhatti
Published
Published on June 12, 2025
Version 2.4
Manifest version
3
Updated
Updated on June 18, 2025
productivity/education
Extension Category
View on Chrome Web Store
View Self-Citations Checker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Self-Citations Checker",
    "version": "2.4",
    "description": "Calculates author self-citation rates on Google Scholar using DBLP, OpenCitation, and OpenAlex data.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/scholar.google.com\/citations?user=*",
        "https:\/\/api.openalex.org\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scholar.google.com\/*",
                "https:\/\/scholar.google.co.uk\/*",
                "https:\/\/scholar.google.co.jp\/*",
                "https:\/\/scholar.google.co.in\/*",
                "https:\/\/scholar.google.co.nz\/*",
                "https:\/\/scholar.google.co.za\/*",
                "https:\/\/scholar.google.com.au\/*",
                "https:\/\/scholar.google.com.br\/*",
                "https:\/\/scholar.google.com.hk\/*",
                "https:\/\/scholar.google.com.mx\/*",
                "https:\/\/scholar.google.com.my\/*",
                "https:\/\/scholar.google.com.sg\/*",
                "https:\/\/scholar.google.com.tr\/*",
                "https:\/\/scholar.google.com.tw\/*",
                "https:\/\/scholar.google.com.vn\/*",
                "https:\/\/scholar.google.com.pk\/*",
                "https:\/\/scholar.google.ae\/*",
                "https:\/\/scholar.google.at\/*",
                "https:\/\/scholar.google.be\/*",
                "https:\/\/scholar.google.ca\/*",
                "https:\/\/scholar.google.ch\/*",
                "https:\/\/scholar.google.cl\/*",
                "https:\/\/scholar.google.cn\/*",
                "https:\/\/scholar.google.cz\/*",
                "https:\/\/scholar.google.de\/*",
                "https:\/\/scholar.google.dk\/*",
                "https:\/\/scholar.google.es\/*",
                "https:\/\/scholar.google.fi\/*",
                "https:\/\/scholar.google.fr\/*",
                "https:\/\/scholar.google.gr\/*",
                "https:\/\/scholar.google.hr\/*",
                "https:\/\/scholar.google.hu\/*",
                "https:\/\/scholar.google.ie\/*",
                "https:\/\/scholar.google.il\/*",
                "https:\/\/scholar.google.is\/*",
                "https:\/\/scholar.google.it\/*",
                "https:\/\/scholar.google.jo\/*",
                "https:\/\/scholar.google.kr\/*",
                "https:\/\/scholar.google.lt\/*",
                "https:\/\/scholar.google.lu\/*",
                "https:\/\/scholar.google.lv\/*",
                "https:\/\/scholar.google.nl\/*",
                "https:\/\/scholar.google.no\/*",
                "https:\/\/scholar.google.pl\/*",
                "https:\/\/scholar.google.pt\/*",
                "https:\/\/scholar.google.ro\/*",
                "https:\/\/scholar.google.ru\/*",
                "https:\/\/scholar.google.se\/*",
                "https:\/\/scholar.google.sg\/*",
                "https:\/\/scholar.google.si\/*",
                "https:\/\/scholar.google.sk\/*",
                "https:\/\/scholar.google.ua\/*",
                "https:\/\/scholar.google.us\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top