How we can replicate or achieve this website service

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
Hello, first of all, i hope that all members are fine !
thank you for reading my thread,
for people who don't know toolsminati ( toolsminati.co ) it's a service that ofer many tools like ( envato elements, shuterstock, semrush, netflix, amazon prime, placeit, & many other website ) you need to purchace subscription & install chrome extension & use all this paid service like you have an account.

how it work ? any exemple or github repository im interested to know how it work.

Thank you :D
 
  • Like
Reactions: Syntaxbyte

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
Any Wordpress theme with woocommers or any digital store theme it don’t matter what your selling
but when you login on ther website & click on envato you connection to envato element will be proxied to their server & you will find envato already logged & and you can download what you want, same for netflix or other service, also the header & banner of website like envato change on navigator to the name of toolsminati
 

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
Of cause you have to have your own products to sell no one on this earth is going to give you free tool to make accounts with them places 😂
don't get you !! im asking about how architectur of this system work ! how we can have a panel to let user connect throug our server & our account purchaced from all this services & can download from this website without the need to give to this user user & password for each website we offer !
 

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
Code it yourself is the only option no one is going to give you a panel nothing like that
you are just talking to say nothing... read my pos "how it work ? any exemple or github repository im interested to know how it work."
im not asking for a ready made code, i want to know the architecture of this system to learn this & try to code it!
 

guguk

Well-known member
Jul 19, 2019
1,150
828
113
Ottoman Empire
Hello, first of all, i hope that all members are fine !
thank you for reading my thread,
for people who don't know toolsminati ( toolsminati.co ) it's a service that ofer many tools like ( envato elements, shuterstock, semrush, netflix, amazon prime, placeit, & many other website ) you need to purchace subscription & install chrome extension & use all this paid service like you have an account.

how it work ? any exemple or github repository im interested to know how it work.

Thank you :D
They can be use cookie for their account? because you mentioned "install chrome extension" I think they handled this way.
 

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
Hello, first of all, i hope that all members are fine !
thank you for reading my thread,
for people who don't know toolsminati ( toolsminati.co ) it's a service that ofer many tools like ( envato elements, shuterstock, semrush, netflix, amazon prime, placeit, & many other website ) you need to purchace subscription & install chrome extension & use all this paid service like you have an account.

how it work ? any exemple or github repository im interested to know how it work.

Thank you :D
@ukgamer
 

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
They can be use cookie for their account? because you mentioned "install chrome extension" I think they handled this way.
i think it's something like a proxy, yes you need to install 2 chrome extention, for example when you are logged to the dashboard & click on envato element, a new page are launchde the link are not https://envato.com... but the web adresse are https://envato.toolsminati.com/ also the header & footer are changed when page loaded
 

Syntaxbyte

Active member
Jan 7, 2021
254
94
28
Nigeria
stackhubs.com
Hello, first of all, i hope that all members are fine !
thank you for reading my thread,
for people who don't know toolsminati ( toolsminati.co ) it's a service that ofer many tools like ( envato elements, shuterstock, semrush, netflix, amazon prime, placeit, & many other website ) you need to purchace subscription & install chrome extension & use all this paid service like you have an account.

how it work ? any exemple or github repository im interested to know how it work.

Thank you :D
Since you have some glance of how they purchase their plans, you can start from there. Meaning you'll have to learn Browser Extension development with header(api, cookie) hooks. then build your website the way you want it to interact with the API. That's my thought
Good luck ahead!
 
  • Love
Reactions: Shandar

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
Since you have some glance of how they purchase their plans, you can start from there. Meaning you'll have to learn Browser Extension development with header(api, cookie) hooks. then build your website the way you want it to interact with the API. That's my thought
Good luck ahead!
thank you for the time you accord to my thread, i will see this suggestion,
in chrome extention there is many .js file encoded & a manifest.json with some line like this
"background": {
"scripts": [ "x46x34.js" ]
},
"browser_action": {
"default_icon": {
"128": "logo.png"
},
"default_popup": "index.html",
"default_title": "ToolsMinati"
},
"content_scripts": [
{
"all_frames": true,
"js": [ "x46x05.js", "x46x08.js" ],
"matches": [ "*://*.domcop.com/*" ],
"run_at": "document_end"
}
& this on the end of files
"description": "This is an official extension by ToolsMinati, provided to access their tools. All rights are reserved.",
"externally_connectable": {
"matches": [ "*://*.toolsminati.com/*" ]
},
"web_accessible_resources":[
"logo.png"
],
"author": ".toolsminati.com",
"homepage_url": "http://app.toolsminati.com/",
"icons": {
"128": "logo.png"
},
"manifest_version": 2,
"minimum_chrome_version": "26.0",
"name": "ToolsMinati",
"key": "KILfMA0GCSqiQKBgQDJhLK6fk/JAYEvJhywpk7jDe4A2r0bGXGOLZW4/AdBp3IiD9o9nx4YjLAtv0tIPxi7MvFd/GUUbQBwHT5wQWONJj1z/0Rc2qBkiJA0yqXh42p0snuB8dCfdlhOLsp7/XTMEwAVasjV5hC4awl78eKfJYlZ+8fM/UldLWJ/76WSHUIDBQAB",
"permissions": [ "<all_urls>", "webRequest", "storage", "webRequestBlocking", "tabs", "proxy", "gcm", "storage", "notifications", "identity", "cookies", "management", "http://*/*", "https://*/*" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.0"
}
 

ukgamer

Well-known member
Trusted Uploader
Mar 7, 2019
2,061
1,143
113
EmbedWorld Movie API
embedworld.xyz
Now your asking the right type of questions

i found something similar on github see this if you want https://github.com/nicosantangelo/shareaccount
Making shared accounts is the easy part , 1 way is login netflix or anywhere export the cookie ( stay logged in always ) then import that cookie from a different pc and it will auto login the account , maintaining them account is a lot harder , breaking up the cooking for importing is easy :)

Since you have some glance of how they purchase their plans, you can start from there. Meaning you'll have to learn Browser Extension development with header(api, cookie) hooks. then build your website the way you want it to interact with the API. That's my thought
Good luck ahead!

this is perfect for doing a site from scratch, coding a api to do this can be done but would take sometime , headless chrome can be useful as well
 

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
Now your asking the right type of questions


Making shared accounts is the easy part , 1 way is login netflix or anywhere export the cookie ( stay logged in always ) then import that cookie from a different pc and it will auto login the account , maintaining them account is a lot harder , breaking up the cooking for importing is easy :)



this is perfect for doing a site from scratch, coding a api to do this can be done but would take sometime , headless chrome can be useful as well
for cookie sharing yes it's easy, but make it auto it's better, actually if my plan are expired on toolsminati website, i can't access services, like the chrome extension communicate with backend to grant me access or not ! & also it's not really for cookie sharing, because my communication to the website go throug the toolsminati website
example for envato elements https://envato.toolsminati.com/ or some time toolsminati.com/www/url/skillshare im not sure about the second url but something like this
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu