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 |
Eメール | [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" ] } |