justjavac/replacegooglecdn

⚡️ 一个 Chrome 插件:将 Google CDN 替换为国内的。

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 25 minutes ago
Type:Plugin / ExtensionCategory(s):Browsers & ExtensionsWeb Development
Added to GitGenius on September 18th, 2026
Created on November 3rd, 2014
Open Issues & Pull Requests: 39 (+0)
GitHub issues: Enabled
Number of forks: 528
Total Stargazers: 3,691 (+0)
Total Subscribers: 80 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 hours
Mean response time: 6.4 hours
90th percentile: 17.1 hours
Tracked items: 8

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 414 days
Stale 30+ days: 3
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Replace Google CDN is a Chrome extension that redirects requests for Google-hosted frontend libraries and related resources to domestic Chinese mirrors.

The extension solves the problem of slow access to Google's CDN services from within China by intercepting network requests and rewriting the domain names to point to faster local alternatives. It uses browser APIs to perform request redirection, supporting both the V2 webRequest API and the V3 declarativeNetRequest API. The tool maintains a configurable list of replacements covering Google's CDN domains, fonts services, reCAPTCHA, Gravatar, Bootstrap, jQuery, and other commonly used resources. Users can customize which replacements are active through the extension's options page, accessible by double-clicking the extension icon.

The extension suits developers and users in China who frequently visit websites that load resources from Google's CDN. It is particularly useful for accessing international websites that rely on Google's frontend libraries, as it can dramatically reduce page load times by eliminating the latency associated with blocked or slow Google domains. The tool provides a straightforward alternative to manually modifying hosts files or using VPN solutions, requiring only installation and optional configuration.

The project maintains separate changelog documentation for its V2 and V3 API implementations, indicating ongoing support for multiple browser extension standards. The tool includes a dedicated README for its options UI implementation, suggesting attention to the user configuration experience. The extension is distributed through the official Chrome Web Store, indicating it has passed platform review requirements.