草榴看图助手
草榴社区帖子内只看图片,爽到爆炸,幸福一辈子
What is 草榴看图助手?
草榴看图助手 is a Chrome extension developed by haierspi, and its main feature is "草榴社区帖子内只看图片,爽到爆炸,幸福一辈子".
Extension Screenshots
Download 草榴看图助手 Extension CRX File
Download 草榴看图助手 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
草榴社区帖子自动去除图片外的任意内容.只保留图片内容,清清爽爽看图 V2.0 解决草榴更新导致的功能失效,另外新增算法机制来识别图片 V1.9.1 去除烦人的干扰提示信息 v1.9 增加功能关闭开关.方便进行关闭功能,优化查看体验 新增智能识别广告图片并将其隐藏 v1.6 优化图片查看体验,限制图片最大显示宽度. v1.5 解决草榴社区烦人的弹出提示
Extension Basic Information
Name | |
ID | ipdnnfgojendanilhdjfeacoenbjncmk |
Official URL | https://chrome.google.com/webstore/detail/%E8%8D%89%E6%A6%B4%E7%9C%8B%E5%9B%BE%E5%8A%A9%E6%89%8B/ipdnnfgojendanilhdjfeacoenbjncmk |
Description | 草榴社区帖子内只看图片,爽到爆炸,幸福一辈子 |
File Size | 257 KB |
Installation Count | 896 |
Current Version | 2.0.1 |
Last Updated | 2020-04-16 |
Publish Date | 2020-04-13 |
Rating | 4.00/5 Total 5 Ratings |
Developer | haierspi |
[email protected] | |
Payment Type | free |
Extension Website | http://weibo.com/bigqi/ |
Help Page URL | http://weibo.com/bigqi/ |
Supported Languages | zh-CN |
manifest.json | |
{ "name": "\u8349\u69b4\u770b\u56fe\u52a9\u624b", "version": "2.0.1", "manifest_version": 2, "description": "\u8349\u69b4\u793e\u533a\u5e16\u5b50\u5185\u53ea\u770b\u56fe\u7247,\u723d\u5230\u7206\u70b8,\u5e78\u798f\u4e00\u8f88\u5b50", "icons": { "16": "images\/icon_16.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_64.png", "default_popup": "popup.html", "default_title": "\u5f00\u542f\u8349\u69b4\u770b\u56fe" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "css": [ "css\/content_scripts.css" ], "js": [ "scripts\/jquery-1.12.3.min.js", "scripts\/document_start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "scripts\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/www.t66y.com\/*", "http:\/\/*.t66y.com\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |