9gag Downloader
Extension to assist in sharing memes through the best humorous website 9GAG
Co je 9gag Downloader?
9gag Downloader je rozšíření Chrome vyvinuté Ricardo Carvalho, a jeho hlavní funkcí je „Extension to assist in sharing memes through the best humorous website 9GAG“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 9gag Downloader
Stáhněte si soubory rozšíření 9gag Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | 9gag Downloader |
ID | cipeepjilkbilfmpjalegdlgmgoimjii |
Oficiální URL | https://chromewebstore.google.com/detail/9gag-downloader/cipeepjilkbilfmpjalegdlgmgoimjii |
Popis | Extension to assist in sharing memes through the best humorous website 9GAG |
Velikost souboru | 276 KB |
Počet instalací | 184 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2022-01-15 |
Datum Vydání | 2019-09-11 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Ricardo Carvalho |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://galdar.com.br/ |
URL Stránky Nápovědy | https://github.com/Darciro/9gag-downloader |
Podporované Jazyky | 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 } |