Automatic Filmai.in Refresher

Generate points automatically with Automatic Filmai.in Refresher!

Что такое Automatic Filmai.in Refresher?

Automatic Filmai.in Refresher - это расширение Chrome, разработанное xayer, и его основная функция - "Generate points automatically with Automatic Filmai.in Refresher!".

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

screenshot

Скачать файл CRX расширения Automatic Filmai.in Refresher

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

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

                        No longer needed to open and refresh Filmai.in page manually to receive points! No login credentials required! Simply make sure that you are logged in and we will do it for you!

* Page will load upon new window creation and every 6 hours.

Waiting for your feedback!

Visit our new project: https://informatikosegzaminas.lt

Contributors: Aidas Eglinskas, Ugnius Skučas                    

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

Название Automatic Filmai.in Refresher Automatic Filmai.in Refresher
ID hplfhpmjlkajbhkegddkmaidnlbifdjf
Официальный URL https://chrome.google.com/webstore/detail/automatic-filmaiin-refres/hplfhpmjlkajbhkegddkmaidnlbifdjf
Описание Generate points automatically with Automatic Filmai.in Refresher!
Размер файла 39.15 KB
Количество установок 20
Текущая Версия 3.4
Последнее Обновление 2020-05-16
Дата публикации 2020-05-16
Рейтинг 3.00/5 Всего 1 оценок
Разработчик xayer
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/automatic-filmaiin-refresher
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Automatic Filmai.in Refresher",
    "description": "Generate points automatically with Automatic Filmai.in Refresher!",
    "version": "3.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.filmai.in\/*",
                "http:\/\/37.221.162.250:80\/*"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "cookies",
        "activeTab",
        "tabs",
        "https:\/\/*.filmai.in\/",
        "http:\/\/*.filmai.in\/",
        "http:\/\/37.221.162.250:80\/*",
        "https:\/\/pix2code.com\/*"
    ]
}