Page Editor

EDITS ANY PAGE! Good for pranking and trolling your friends! A very funny extension. Update 11/28/2016 Good news! Version 3 may…

Qu'est-ce que Page Editor ?

Page Editor est une extension Chrome développée par Daniel W, et sa fonction principale est "EDITS ANY PAGE! Good for pranking and trolling your friends! A very funny extension. Update 11/28/2016 Good news! Version 3 may…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Page Editor

Téléchargez les fichiers d'extension Page Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        EDITS ANY PAGE! Good for pranking and trolling your friends!

A very funny extension.

Update 11/28/2016

Good news! Version 3 may or may not be coming out soon.

Update 5/23/2016

To you 5K users, thank you all for supporting this extension! Like I said in a previous update, I can't believe this extension has grown so much.

Update 2/7/2016

Wow! 3000 users!

Update 10/1/2015

1000 users! Never thought this would happen

=====================

200 Users! Thank you everybody!

======================

Update 10/7/2014
- Fixed crashing when browser closes

======================

Testimonials:

-- "I was skeptical at first, as this extension was rather new, but I decided to give it a shot. To my amazement, this extension allowed me to change the text of webpages quite easily. This is one of the few extensions that I've seen with 'truth with advertising'." 
Tristan Flores, author of "The Best of the Internet: A Collection"

-- "I like this extension because it allows me to do things like never before." David Thigpen, owner of Thigpen Laboratories                    

Informations de Base sur l'Extension

Nom Page Editor Page Editor
ID gjhhlkjfglilanfckcmnjdhpapdmiijk
URL Officiel https://chromewebstore.google.com/detail/page-editor/gjhhlkjfglilanfckcmnjdhpapdmiijk
Description EDITS ANY PAGE! Good for pranking and trolling your friends! A very funny extension. Update 11/28/2016 Good news! Version 3 may…
Taille du Fichier 7.5 KB
Nombre d'Installations 10,000
Version Actuelle 2.3.2
Dernière Mise à Jour 2023-05-05
Date de Publication 2016-11-28
Évaluation 3.97/5 Total 78 Évaluations
Développeur Daniel W
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://danielw.org
URL de la Page d'Aide http://danielw.org
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "2.3.2",
    "permissions": [
        "activeTab",
        "tabs",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "noedit.png"
    },
    "browser_action": {
        "default_title": "Ability to (temporarily) edit any webpage",
        "default_icon": "noedit.png"
    },
    "manifest_version": 2
}