9gag Downloader
Extension to assist in sharing memes through the best humorous website 9GAG
9gag Downloaderとは何ですか?
9gag DownloaderはRicardo Carvalhoによって開発されたChromeの拡張機能で、その主な機能は「Extension to assist in sharing memes through the best humorous website 9GAG」です。
拡張機能のスクリーンショット
9gag Downloader拡張機能のCRXファイルをダウンロード
9gag Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension to help you share memes through the best 9GAG humor site. It has a simple button to download the viewed video or image and then share smiles.
拡張機能の基本情報
名前 | 9gag Downloader |
ID | cipeepjilkbilfmpjalegdlgmgoimjii |
公式URL | https://chromewebstore.google.com/detail/9gag-downloader/cipeepjilkbilfmpjalegdlgmgoimjii |
説明 | Extension to assist in sharing memes through the best humorous website 9GAG |
ファイルサイズ | 276 KB |
インストール数 | 184 |
現在のバージョン | 1.1 |
最終更新日 | 2022-01-15 |
公開日 | 2019-09-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Ricardo Carvalho |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://galdar.com.br/ |
ヘルプページのURL | https://github.com/Darciro/9gag-downloader |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "9gag Downloader", "version": "1.1", "description": "Extension to assist in sharing memes through the best humorous website 9GAG", "permissions": [ "activeTab", "declarativeContent", "storage", "tabs", "https:\/\/9gag.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/9gag-icon-16.png", "32": "assets\/images\/9gag-icon-32.png", "48": "assets\/images\/9gag-icon-48.png", "64": "assets\/images\/9gag-icon-64.png", "128": "assets\/images\/9gag-icon-128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/9gag.com\/*" ], "js": [ "jquery-3.3.1.min.js", "download.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |