9GAG Enhancer
The easiest way to have even more fun on 9GAG!
9GAG Enhancerとは何ですか?
9GAG Enhancerはhttps://www.hyrioo.comによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to have even more fun on 9GAG!」です。
拡張機能のスクリーンショット
9GAG Enhancer拡張機能のCRXファイルをダウンロード
9GAG Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The easiest way to have even more fun on 9GAG!
拡張機能の基本情報
名前 | 9GAG Enhancer |
ID | hkgekboaiglckocckkledkfcocbjnnfk |
公式URL | https://chromewebstore.google.com/detail/9gag-enhancer/hkgekboaiglckocckkledkfcocbjnnfk |
説明 | The easiest way to have even more fun on 9GAG! |
ファイルサイズ | 147 KB |
インストール数 | 93 |
現在のバージョン | 1.0 |
最終更新日 | 2016-04-01 |
公開日 | 2016-03-31 |
評価 | 3.57/5 合計 7 レビュー |
開発者 | https://www.hyrioo.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "9GAG Enhancer", "version": "1.0", "manifest_version": 2, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/9gag.com\/*", "*:\/\/*.9cache.com\/*" ], "incognito": "spanning", "content_scripts": [ { "js": [ "js\/jquery-plugins\/jquery.min.js", "js\/content-scripts\/9gag.min.js" ], "css": [ "css\/9gag.css" ], "matches": [ "*:\/\/9gag.com\/*" ], "exclude_matches": [ "*:\/\/9gag.com\/tv*" ], "run_at": "document_end" } ], "background": { "page": "html\/background.html" }, "options_page": "html\/options.html", "icons": { "128": "graphic\/logo\/logo-128.png" }, "web_accessible_resources": [ "html\/options.html" ] } |