Ahmadiyya Muslim - Affiliated Websites
Ahmadiyya Muslim Association Websites...
Ahmadiyya Muslim - Affiliated Websites क्या है?
Ahmadiyya Muslim - Affiliated Websites Asif Javed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ahmadiyya Muslim Association Websites..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ahmadiyya Muslim - Affiliated Websites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The internet is like the universe, ever-expanding with no known boundaries. There is more information than I could ever hope to access. To deal with the volume of content on the web, I use bookmarks to keep track of my favourite websites But as the number of websites that I bookmark grows, it quickly gets difficult to find the time to check each one every day. So I have created a list of all Jama’at websites. Hope this will help.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eilogcliffglhnomipibicochnpdahla |
आधिकारिक URL | https://chromewebstore.google.com/detail/ahmadiyya-muslim-affiliat/eilogcliffglhnomipibicochnpdahla |
विवरण | Ahmadiyya Muslim Association Websites... |
फ़ाइल का आकार | 1.07 MB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2013-10-25 |
प्रकाशन तिथि | 2013-10-25 |
रेटिंग | 3.50/5 कुल 8 रेटिंग्स |
डेवलपर | Asif Javed |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ahmadiyya Muslim - Affiliated Websites", "version": "1.2", "manifest_version": 2, "description": "Ahmadiyya Muslim Association Websites...", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "omnibox": { "keyword": "Ahmadiyya Muslim Association Websites " }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "Ahmadiyya Muslim Association Websites", "default_popup": "browseraction\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "devtools_page": "devtools\/devtools.html" } |