medium infinity reader
Redefined 'referer' in HTTP header to read medium article.
What is medium infinity reader?
medium infinity reader is a Chrome extension developed by yiyu0x, and its main feature is "Redefined 'referer' in HTTP header to read medium article.".
Extension Screenshots
Download medium infinity reader Extension CRX File
Download medium infinity reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🇹🇼 繞過 Medium 閱讀文章限制次數,無限瀏覽 Medium。 原理:透過修改 HTTP Header 的方式,將來源改成 Twitter。 沒有任何破解行為,請使用者支持正版! 歡迎協助改善,提出建議: https://github.com/yiyu0x/medium-infinity-reader
Extension Basic Information
Name | medium infinity reader |
ID | fgmeboblogphchmhbkppjdjohckmmhan |
Official URL | https://chromewebstore.google.com/detail/medium-infinity-reader/fgmeboblogphchmhbkppjdjohckmmhan |
Description | Redefined 'referer' in HTTP header to read medium article. |
File Size | 15.96 KB |
Installation Count | 3,805 |
Current Version | 1.1.1 |
Last Updated | 2022-06-13 |
Publish Date | 2020-03-27 |
Rating | 3.38/5 Total 21 Ratings |
Developer | yiyu0x |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "medium infinity reader", "description": "Redefined 'referer' in HTTP header to read medium article.", "version": "1.1.1", "icons": { "16": "icon_on.png", "48": "icon_on.png", "128": "icon_on.png" }, "browser_action": { "default_icon": "icon_on.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/*.medium.com\/*", "webRequest", "webRequestBlocking" ], "background": { "matches": [ "https:\/\/medium.com\/*" ], "scripts": [ "bgp.js" ], "persistent": true } } |