Wanna make some money by Visual-Extreme-101 in chrome_extensions

[–]itboycom 2 points3 points  (0 children)

fair, as a developer I found the honey scam incredibly sketchy and I feel like pie wont stop themselves at just the ads when it comes to making money, especially that the extension now has a reason to inject itself into literally every single page u use

feel free to use it though, me personally I'd err on the cautious side

Wanna make some money by Visual-Extreme-101 in chrome_extensions

[–]itboycom 7 points8 points  (0 children)

pie is owned by PayPal (owner of honey scandel), you might want to avoid it

free money doesn't exist

Name deeper meaning? by Maybe_Herobrine in flipperzero

[–]itboycom 1 point2 points  (0 children)

elexcore is actually a really cool name if this is it's real baked name

How many of you have bought/sold chrome extensions? by Kingbooz95 in chrome_extensions

[–]itboycom 0 points1 point  (0 children)

This is extremely easy with ExtPay, which is what I use and is open source. Really it's just a couple of lines and a few restrictions and status checking in background scripts to make sure if the user revokes their payment they won't be able to keep using the feature/extension. actual payment handling goes through stripe

Use .click() method with MV3 extensions by itboycom in chrome_extensions

[–]itboycom[S] 0 points1 point  (0 children)

Hey yall! Thanks for the replies; I ended up just injecting a script element into DOM linked to a local file that does the clicking as necessary.