extension ExtPose

Page Manipulator

CRX id

mdhellggnoabbnnchkeniomkpghbekko-

Description from extension meta

Inject HTML, CSS or JavaScript into any web-page. The changes you make are applied every time you visit the specified website(s).

Image from store Page Manipulator
Description from store ๐‚๐ฎ๐ฌ๐ญ๐จ๐ฆ๐ข๐ณ๐ž ๐š๐ฅ๐ฆ๐จ๐ฌ๐ญ ๐š๐ง๐ฒ ๐ฐ๐ž๐›-๐ฉ๐š๐ ๐ž ๐›๐ฒ ๐ข๐ง๐ฃ๐ž๐œ๐ญ๐ข๐ง๐  ๐œ๐ฎ๐ฌ๐ญ๐จ๐ฆ ๐‡๐“๐Œ๐‹, ๐‚๐’๐’, ๐จ๐ซ ๐‰๐š๐ฏ๐š๐’๐œ๐ซ๐ข๐ฉ๐ญ. ๐‡๐š๐ฏ๐ž ๐ญ๐ก๐ž ๐œ๐ก๐š๐ง๐ ๐ž๐ฌ ๐ฒ๐จ๐ฎ ๐ฆ๐š๐ค๐ž ๐›๐ž ๐ฌ๐š๐ฏ๐ž๐ ๐š๐ง๐ ๐š๐ฉ๐ฉ๐ฅ๐ข๐ž๐ ๐ž๐ฏ๐ž๐ซ๐ฒ ๐ญ๐ข๐ฆ๐ž ๐ฒ๐จ๐ฎ ๐ฏ๐ข๐ฌ๐ข๐ญ ๐ญ๐ก๐ž ๐ฌ๐ฉ๐ž๐œ๐ข๐Ÿ๐ข๐ž๐ ๐ฐ๐ž๐›๐ฌ๐ข๐ญ๐ž๐ฌ. ๐๐ž๐ญ๐ญ๐ž๐ซ ๐ญ๐ก๐š๐ง '๐ข๐ง๐ฌ๐ฉ๐ž๐œ๐ญ ๐ž๐ฅ๐ž๐ฆ๐ž๐ง๐ญ' ๐›๐ž๐œ๐š๐ฎ๐ฌ๐ž ๐œ๐ก๐š๐ง๐ ๐ž๐ฌ ๐ฐ๐ข๐ฅ๐ฅ ๐ฌ๐ญ๐š๐ฒ ๐š๐Ÿ๐ญ๐ž๐ซ ๐ซ๐ž๐ฅ๐จ๐š๐๐ข๐ง๐ . Functionalities: - Automatically inject custom HTML, CSS, and/or JavaScript into the pages you specify. - Run custom CSS before the page is fully loaded so you won't see the original page first. - Inject JavaScript on the go. - Add/Remove/Change the HTML and CSS on the go. - Right click on any element on a page to get the full CSS path. - Automatically saves the changes you make. - Files that contain less than 8000 characters are synced across your Google account. - Files that contain 8000 or more characters are stored locally. Fun use cases: - Cheat simple games like the T. rex game. - Make your own dark-theme for any website. - Test a website you're working on. - Whatever you can imagine, be creative ;) How to use: - Simple, First open the extension. - Choose 'JavaScript', 'CSS' or 'HTML'. - Create a new file by pressing 'new'. - Write your own code or get some from the examples here: https://github.com/Ruud14/Page-Manipulator/tree/master/examples - Press the 'manipulate' button to test your code. - To make sure your code is run every time you visit a specific page do the following: - Put the URLs of the websites in the 'active websites' input. - Check the 'active' checkbox. - Button functionalities: - The 'Reload' Button: - Will Reload the current page. - The 'Active' checkbox: - on > The code will be run automatically on the pages specified in the 'Active websites' textarea. - off > The code will only run when you press the 'Manipulate' button. - The 'Active Websites' textarea: - You can specify the websites you want your code to run on here. - The 'Matching Pages' dropdown: - 'Exact' > The code will only run when the URL of the page is exactly the same as one of the URLs in the 'Active Websites' textarea. (Including slashes at the end!) - 'Recursive' > The code will also run on all sub-pages of the specified URLs in the 'Active Websites'. - The 'Position on page' dropdown (only with HTML): - 'Top' > The HTML will be added to the top of the page. - 'Bottom' > The HTML will be added to the bottom of the page. - 'Replace' > The HTML will replace the entire body HTML of the page. - The 'Manipulate' or 'Update Manip.' button: - Injects the code into the page or updates the injection. - **This button also works when the 'Active' checkbox is unchecked.** - The 'Remove Manip.' Button: - Removes the manipulation from the page. - If the "Auto โŸณ" checkbox is checked, the page will automatically reload after pressing the 'Remove Manip.' button. The 'active' checkbox will also be unchecked. - The 'Delete' button: - Deletes the current file from the storage. - You can right-click any element on a page to get the CSS path of that element. It doesn't work, what now?: - If the extension button in the top right corner is greyed-out, you can't use it on that page. - Make sure the 'active' checkbox is checked. And the 'active websites' input contains the correct URLs. - For JavaScript: - Make sure your code is run at the right moment. Maybe try adding a delay. - Check the browser console for error messages. - For CSS: - Make sure you are manipulating the right element by using "inspect element". - Try using '!important'. - For HTML: - Make sure you haven't accidentally set the 'position' dropdown to the wrong position. - Removing and updating JavaScript manipulations might not work the way you expect it to. Removing your JavaScript manipulation from a page only removes the <script> element, so dynamic changes made to the page will stay there even when you remove the manipulation. To completely remove everything the manipulation did, you must reload the page. This extension works on most sites, but there are some exceptions! If you'd like to see any specific improvements or found any bugs, let me know here: https://github.com/Ruud14/Page-Manipulator/issues The editor I used since release v0.2.0-alpha is Ace editor. Check it out here: https://ace.c9.io/

Latest reviews

  • (2023-09-08) Elazar Gershuni: The UI is awkward, but the functionality is exactly what I needed
  • (2023-08-11) Tad Lewis: Doesn't work on content within iFrames embedded in the page
  • (2023-07-07) Gonzague De Gineste: Great tool, very simple and easy to use, I love it!
  • (2023-05-28) Henrry Pires: Good tool, thanks The only thing missing if to match partial url, something like http://www.mysite.com/*
  • (2023-02-07) Cuplikan Yang Mengalir: Not work its still off Error handling response: Error: Failed to execute 'createElement' on 'Document': The tag name provided ('page-manipulator-Template Artikel Blog') is not a valid name. at manipulate (chrome-extension://mdhellggnoabbnnchkeniomkpghbekko/content.js:351:45) at load_data_from_storage_and_manipulate (chrome-extension://mdhellggnoabbnnchkeniomkpghbekko/content.js:100:13) at chrome-extension://mdhellggnoabbnnchkeniomkpghbekko/content.js:175:13 at check_for_js_file (chrome-extension://mdhellggnoabbnnchkeniomkpghbekko/content.js:162:13) at chrome-extension://mdhellggnoabbnnchkeniomkpghbekko/content.js:168:9
  • (2023-01-18) Antoine D: Simple and efficient ๐Ÿ‘Œ๐Ÿป
  • (2022-07-23) TwixSand: SO REAL
  • (2022-06-01) Roman Boychuk: Cool extension! I Was able to add links on the page based on page content Many thanks
  • (2022-03-28) Sandroo: on every page it says cant bee manipulated
  • (2021-10-21) Maddox Bouldin: It looked really useful but every website I go to says "this website can't be manipulated"
  • (2021-08-23) Luke Jacobsen: This is the best extention on the chrome web store
  • (2021-06-03) Michael Barr: Amazing.
  • (2021-03-30) Zac: The extension was the only one to work for my intent out of many similar extensions. Had only one issue with the extension but this doesn't affect usage that much, I would to to ask the developer is it possible to allow more lines of code to be written. I reached 275 lines in a CSS project and anything pass that point just disappears (doesn't save although it says it saved), I am understanding if this is not possible because of it syncing to Google account etc. but if it can be done please do so because this is a great product.
  • (2021-03-26) John Sullivan: just what I wanted. you can edit the webpage however you want and after you saved the changes, your changes will be applied everytime you enter to the editted webpage
  • (2021-03-24) Dust 2 Dust: Works great.
  • (2021-02-05) BRY402: I like it and it's really useful, but whenever I click "Remove manip", it refreshes the page and I lose all my progress, please add a checkbox that, when unchecked, does not update the page
  • (2020-12-21) artur artur: I like this one very much, but sometimes when you need to edit smth, and you click on the icon to open the extension, it does not open, and instead it disappears, and you get nothing and have to click again and again abot 50 times to reach the extension work again
  • (2020-09-29) 1992: Does not manipulate when refreshed
  • (2020-08-23) gabriel ray: works great for me i think this should have more users and im i got page to barcode scanner option im going sent the barcode to people on facebook twitter all social mediaso people find out about this great app i love this extension so much thanks keep up good work if you make other exstenions let me know thanks
  • (2019-07-08) Ruud: Great !

Latest issues

  • (2023-06-27, v:0.5.5) Martijn Mulder: On reload, no automatic manipulation
    Hey there, ive put the website on active, but still it never automatically changes the web page :(
  • (2022-10-06, v:0.5.2) Desmars Entreprise: HTML inject is a string
    Hi, i try to inject a GTM tag (GTM injector doesn't exist anymore), firt part of GTM tag is a script, second part is a HTMl code, but this html code when i inject it, it's visible between "" caracteres, so it change my code as a full string for no reason How to change that?
  • (2022-07-27, v:0.5.2) Mรกrk Bikali: Inject into the <head>
    Great extension, but is there any way to inject into the <head> instead of the sub of the <body>?
  • (2021-12-20, v:0.5.1) Ricky Transfield: Inject HTML into a tag
    Hello! I was wondering, can I inject html directly into a tag? I'm trying to put onclick="myFunction()" inside of a <span> tag.
  • (2021-01-08, v:0.3.0) Demite: Page Manipulator is 'Off'
    When you try and open Page Manipulator it automatically closes and has 'Off' displayed on it. On clicking on the extension, options are greyed out.

Statistics

Installs
8,451 history
Category
Rating
3.7586 (29 votes)
Last update / version
2023-01-11 / 0.5.5
Listing languages
en

Links