Page Manipulator

Page Manipulator

ID: mdhellggnoabbnnchkeniomkpghbekko

Supported Languages

๐Ÿ‡บ๐Ÿ‡ธEnglish

Extension Info & Metadata

Status
Active
Version
0.5.5
Size
2.17 MB
Rating
3.6/5
Reviews
40
Users
8,000
Type
Extension
Updated
Jan 11, 2023
Category
Developer tools
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
Ruud14View Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
2
Active
1
Obsolete
0
Listed
2
Unlisted
0
Total Users
9,814

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Screenshot 2
Screenshot 3
Screenshot 4

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

๐‚๐ฎ๐ฌ๐ญ๐จ๐ฆ๐ข๐ณ๐ž ๐š๐ฅ๐ฆ๐จ๐ฌ๐ญ ๐š๐ง๐ฒ ๐ฐ๐ž๐›-๐ฉ๐š๐ ๐ž ๐›๐ฒ ๐ข๐ง๐ฃ๐ž๐œ๐ญ๐ข๐ง๐  ๐œ๐ฎ๐ฌ๐ญ๐จ๐ฆ ๐‡๐“๐Œ๐‹, ๐‚๐’๐’, ๐จ๐ซ ๐‰๐š๐ฏ๐š๐’๐œ๐ซ๐ข๐ฉ๐ญ. ๐‡๐š๐ฏ๐ž ๐ญ๐ก๐ž ๐œ๐ก๐š๐ง๐ ๐ž๐ฌ ๐ฒ๐จ๐ฎ ๐ฆ๐š๐ค๐ž ๐›๐ž ๐ฌ๐š๐ฏ๐ž๐ ๐š๐ง๐ ๐š๐ฉ๐ฉ๐ฅ๐ข๐ž๐ ๐ž๐ฏ๐ž๐ซ๐ฒ ๐ญ๐ข๐ฆ๐ž ๐ฒ๐จ๐ฎ ๐ฏ๐ข๐ฌ๐ข๐ญ ๐ญ๐ก๐ž ๐ฌ๐ฉ๐ž๐œ๐ข๐Ÿ๐ข๐ž๐ ๐ฐ๐ž๐›๐ฌ๐ข๐ญ๐ž๐ฌ. ๐๐ž๐ญ๐ญ๐ž๐ซ ๐ญ๐ก๐š๐ง '๐ข๐ง๐ฌ๐ฉ๐ž๐œ๐ญ ๐ž๐ฅ๐ž๐ฆ๐ž๐ง๐ญ' ๐›๐ž๐œ๐š๐ฎ๐ฌ๐ž ๐œ๐ก๐š๐ง๐ ๐ž๐ฌ ๐ฐ๐ข๐ฅ๐ฅ ๐ฌ๐ญ๐š๐ฒ ๐š๐Ÿ๐ญ๐ž๐ซ ๐ซ๐ž๐ฅ๐จ๐š๐๐ข๐ง๐ . 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/

Extracted Data

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

URLs
127
IPv4
0
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

www-https://www
www.-https://www.
www-http://www
www.-http://www.
www.w3.org/1999/xhtmlhttp://www.w3.org/1999/xhtml
www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.htmlhttp://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-renameNode
www.w3.org/TR/DOM-Level-3-LS/load-save.htmlhttp://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-saveXML
www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.htmlhttp://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-canSetParameter
www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.htmlhttp://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-getParameter
www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.htmlhttp://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-property
Showing 1 to 10 of 130 rows
Rows per page:

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

No IP addresses found

Version History

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Code Diff

Compare extension code between any two versions.

0 changed files detected

No comparable text files found between these versions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Browse and explore files within this extension package

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.