AWESOME 9GAG
Make 9gag great again!
什么是AWESOME 9GAG?
AWESOME 9GAG是由layonez开发的Chrome扩展程序,该扩展的主要功能是“Make 9gag great again!”。
扩展截图
下载AWESOME 9GAG扩展crx文件
下载AWESOME 9GAG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hello, dear apache helicopter! This extension will add subscribe button to each user in comment section. Also it adds new navigation elements to post page and highlights OP. It brings back OP to the bottom of the post and finds out if that is @dmin post or not. If OP hasn't commented his post the app will add ANONYMOUS badge to it. Subscribe to good content creators and make them swim in your upvotes.
扩展基本信息
名称 | AWESOME 9GAG |
ID | oodeeahncbhaoblnmlidbhfgnfakelif |
官方URL | https://chromewebstore.google.com/detail/awesome-9gag/oodeeahncbhaoblnmlidbhfgnfakelif |
简介 | Make 9gag great again! |
文件大小 | 759 KB |
安装次数 | 18 |
当前版本 | 0.9.2 |
更新时间 | 2016-10-02 |
上架时间 | 2016-10-02 |
评分 | 4.86/5 共7次评分 |
开发者 | layonez |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AWESOME 9GAG", "version": "0.9.2", "manifest_version": 2, "description": "Make 9gag great again!", "homepage_url": "http:\/\/9gag.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Make 9gag great again!", "default_popup": "popup\/browser_action.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "permissions": [ "contentSettings", "notifications", "alarms", "*:\/\/*.9gag.com\/*", "activeTab", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.9gag.com\/*", "*:\/\/9gag.com\/*" ], "js": [ "scripts\/inject.js" ], "run_at": "document_start", "css": [ "css\/mycss.css" ] } ], "web_accessible_resources": [ "icons\/dbutt.gif", "icons\/where.gif", "scripts\/myscript.js", "scripts\/vendors\/jquery\/jquery.min.js" ] } |