LikePwner

It unlocks the hidden content of websites that ask you for like/share in order to see it.

Что такое LikePwner?

LikePwner - это расширение Chrome, разработанное Petre-Alexandru Popescu, и его основная функция - "It unlocks the hidden content of websites that ask you for like/share in order to see it.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения LikePwner

Скачайте файлы расширений LikePwner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Romana: 

LikePwner este o aplicatie simpla pentru Chrome care iti permite vizualizarea continutului ascuns care nu este afisat pana cand nu dai like sau share pe Facebook, Twitter etc. Extensia suporta momentan:

1. ONP Social Locker
2. Like Gate
3. Share Locker
4. YouTube Blocker
5. UI Social Locker
6. Share But
7. Social Block
8. Viral Locker

Continutul ascuns (video, imagine, text, sau o combinatie intre acestea) va fi afisat intr-un pop-up.'

Nou in versiunea 1.8:

a. Design nou pentru pop-up (light)
b. Focus pe pop-up (background acoperit cu overlay semi-transparent)

Nou in versiunea 1.7:

a. Am adaugat suport pentru Viral Locker
b. Am modificat gradientul pentru background
c. Iconite cu margini transparente
d. Elimina inca un overlay

Nou in versiunea 1.6:

a. Am adaugat suport pentru Social Block

Nou in versiunea 1.5:

a. Am adaugat suport pentru Share But
b. Am adaugat remove pentru inca un overlay

Nou in versiunea 1.4:

a. Afisare printr-un click - continutul este afisat la click pe iconita (a fost scos meniul)
b. Continutul este afisat intr-un pop-up modal care poate fi inchis
c. Inaltimea popup-ului este automat setata 
d. Elimina overlayul pentru Facebook like
e. Continutul este centrat in pop-up
f. Detectia pentru Share Locker video a fost imbunatatita

Este imbunatatita in mod activ pentru a suporta cat mai multe lockere. Daca doresti sa raportezi o eroare, sa adaug un nou locker, sa oferi o sugestie, sau pur si simplu sa zici "Multumesc!", o poti face la adresa [email protected] sau poti lasa un review/comentariu.


English:

LikePwner is a simple Chrome extension that allows you to see various content that is hidden until you like/share it on Facebook, Twitter etc. The extensions currently supports:

1. ONP Social Locker
2. Like Gate
3. Share Locker
4. YouTube Blocker
5. UI Social Locker
6. Share But
7. Social Block
8. Viral Locker

The hidden content (video, image, text, or a combination of them) will be displayed in a pop-up.

New in version 1.8:

a. New pop-up look (light)
b. Focus on the pop-up (semi-transparent overlay over the background)

New in version 1.7:

a. Added support for Viral Locker
b. Background gradient slightly changed
c. Icons with transparent background
d. It removes one more overlay

New in version 1.6:

a. Added support for Social Block

New in version 1.5:

a. Added support for Share But
b. It removes one more overlay

New in version 1.4:

a. One-click action - just click on the icon and the content is displayed right away (no more menu)
b. The content is displayed in a modal pop-up that can be closed
c. The height of the pop-up is automatically set
d. It removes Facebook like overlay
e. The content is centered inside the pop-up
f. Share Locker video detection is more accurate

It is actively improved in order to support as many lockers as possible. If you want to report any issues, add a new locker, make a suggestion, or simply say, "Thank you!", please do it at [email protected] or write a review/comment.                    

Основная информация о расширении

Название LikePwner LikePwner
ID olbblpoiaiamgladfgagkdodjiahlbbd
Официальный URL https://chrome.google.com/webstore/detail/likepwner/olbblpoiaiamgladfgagkdodjiahlbbd
Описание It unlocks the hidden content of websites that ask you for like/share in order to see it.
Размер файла 62.08 KB
Количество установок 421
Текущая Версия 1.8
Последнее Обновление 2014-05-23
Дата публикации 2014-05-23
Рейтинг 4.41/5 Всего 17 оценок
Разработчик Petre-Alexandru Popescu
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LikePwner",
    "description": "It unlocks the hidden content of websites that ask you for like\/share in order to see it.",
    "version": "1.8",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}