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\/*"
    ]
}