Automatic Filmai.in Refresher

Generate points automatically with Automatic Filmai.in Refresher!

Automatic Filmai.in Refresher là gì?

Automatic Filmai.in Refresher là một tiện ích mở rộng Chrome được phát triển bởi xayer, và tính năng chính của nó là "Generate points automatically with Automatic Filmai.in Refresher!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automatic Filmai.in Refresher

Tải xuống các tệp mở rộng Automatic Filmai.in Refresher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Automatic Filmai.in Refresher Automatic Filmai.in Refresher
ID hplfhpmjlkajbhkegddkmaidnlbifdjf
URL Chính Thức https://chrome.google.com/webstore/detail/automatic-filmaiin-refres/hplfhpmjlkajbhkegddkmaidnlbifdjf
Mô tả Generate points automatically with Automatic Filmai.in Refresher!
Kích Thước Tệp 39.15 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 3.4
Cập Nhật Lần Cuối 2020-05-16
Ngày Phát Hành 2020-05-16
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển xayer
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/automatic-filmaiin-refresher
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}