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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Automatic Filmai.in Refresher
قم بتنزيل ملفات الامتداد Automatic Filmai.in Refresher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |