Awesome Hub - Love It

This extension is awesome. This will open the VIP lock for free

Awesome Hub - Love Itคืออะไร?

Awesome Hub - Love It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mysorevisit7 และคุณลักษณะหลักของมันคือ "This extension is awesome. This will open the VIP lock for free"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Awesome Hub - Love It

ดาวน์โหลดไฟล์ส่วนขยาย Awesome Hub - Love It ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
            ]
        }
    ]
}