Automatic Filmai.in Refresher

Generate points automatically with Automatic Filmai.in Refresher!

Cos'è Automatic Filmai.in Refresher?

Automatic Filmai.in Refresher è un'estensione di Chrome sviluppata da xayer, e la sua funzione principale è "Generate points automatically with Automatic Filmai.in Refresher!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Automatic Filmai.in Refresher

Scarica i file di estensione Automatic Filmai.in Refresher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Automatic Filmai.in Refresher Automatic Filmai.in Refresher
ID hplfhpmjlkajbhkegddkmaidnlbifdjf
URL Ufficiale https://chrome.google.com/webstore/detail/automatic-filmaiin-refres/hplfhpmjlkajbhkegddkmaidnlbifdjf
Descrizione Generate points automatically with Automatic Filmai.in Refresher!
Dimensione del File 39.15 KB
Conteggio Installazioni 20
Versione Corrente 3.4
Ultimo Aggiornamento 2020-05-16
Data di Pubblicazione 2020-05-16
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore xayer
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/automatic-filmaiin-refresher
Lingue Supportate 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\/*"
    ]
}