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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is awesome. This will open the VIP lock for free"입니다.

Awesome Hub - Love It 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}