9gag Downloader
Extension to assist in sharing memes through the best humorous website 9GAG
9gag Downloader क्या है?
9gag Downloader Ricardo Carvalho द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to assist in sharing memes through the best humorous website 9GAG"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 9gag Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } |