Awesome Hub - Love It
This extension is awesome. This will open the VIP lock for free
Awesome Hub - Love It क्या है?
Awesome Hub - Love It mysorevisit7 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is awesome. This will open the VIP lock for free"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Awesome Hub - Love It एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you a swinger? Are you on a famous swinger site but not able to surf all the pictures of other people because of Guest membership? No worries, Install this plugin and surf the site : theadulthub.com or letsmeetup.com and you will see that all the locked pics will automatically get unlocked. This is all for you guys. Have fun surfing and watching all those pics. P.S: Currently, only unlocking images are supported. Soon we will add support for videos too.
एक्सटेंशन की मूल जानकारी
नाम | Awesome Hub - Love It |
ID | cfofkibcpnepbmokgnnndfglkgjknaem |
आधिकारिक URL | https://chromewebstore.google.com/detail/awesome-hub-love-it/cfofkibcpnepbmokgnnndfglkgjknaem |
विवरण | This extension is awesome. This will open the VIP lock for free |
फ़ाइल का आकार | 39.35 KB |
स्थापना संख्या | 137 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2017-06-29 |
प्रकाशन तिथि | 2017-06-29 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | mysorevisit7 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Hub - Love It", "version": "0.0.2", "manifest_version": 2, "description": "This extension is awesome. This will open the VIP lock for free", "homepage_url": "https:\/\/www.theadulthub.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Awesome Hub", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "http:\/\/*.letsmeetup.com\/*", "https:\/\/*.letsmeetup.com\/*", "https:\/\/*.theadulthub.com\/*", "http:\/\/*.theadulthub.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.letsmeetup.com\/*", "https:\/\/*.letsmeetup.com\/*", "https:\/\/*.theadulthub.com\/*", "http:\/\/*.theadulthub.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |