Automatic Filmai.in Refresher
Generate points automatically with Automatic Filmai.in Refresher!
Automatic Filmai.in Refresher क्या है?
Automatic Filmai.in Refresher xayer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate points automatically with Automatic Filmai.in Refresher!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Automatic Filmai.in Refresher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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\/*" ] } |