Automatic Filmai.in Refresher

Generate points automatically with Automatic Filmai.in Refresher!

什麼是Automatic Filmai.in Refresher?

Automatic Filmai.in Refresher是由xayer開發的Chrome擴展程式,該擴展的主要功能是“Generate points automatically with Automatic Filmai.in Refresher!”。

擴展截圖

screenshot

下載Automatic Filmai.in Refresher擴展crx文件

下載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
官方網址 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\/*"
    ]
}