Automatic Filmai.in Refresher

Generate points automatically with Automatic Filmai.in Refresher!

Vad är Automatic Filmai.in Refresher?

Automatic Filmai.in Refresher är en Chrome-tillägg utvecklad av xayer, och dess huvudfunktion är "Generate points automatically with Automatic Filmai.in Refresher!".

Tilläggsskärmbilder

screenshot

Ladda ner Automatic Filmai.in Refresher-förlängningens CRX-fil

Ladda ner Automatic Filmai.in Refresher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Automatic Filmai.in Refresher Automatic Filmai.in Refresher
ID hplfhpmjlkajbhkegddkmaidnlbifdjf
Officiell webbadress https://chrome.google.com/webstore/detail/automatic-filmaiin-refres/hplfhpmjlkajbhkegddkmaidnlbifdjf
Beskrivning Generate points automatically with Automatic Filmai.in Refresher!
Filstorlek 39.15 KB
Antal Installationer 20
Aktuell Version 3.4
Senast Uppdaterad 2020-05-16
Publiceringsdatum 2020-05-16
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare xayer
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/automatic-filmaiin-refresher
Stödda Språk 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\/*"
    ]
}