E-X-T-E-N-S-I-O-N
Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!
Wat is E-X-T-E-N-S-I-O-N?
E-X-T-E-N-S-I-O-N is een Chrome-extensie ontwikkeld door sgentle, en de belangrijkste functie is "Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!".
Extensie Screenshots
Download het CRX-bestand van de extensie E-X-T-E-N-S-I-O-N
Download E-X-T-E-N-S-I-O-N-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | E-X-T-E-N-S-I-O-N |
ID | lobdenhpockjiiihkkhnaglehbcnjemj |
Officiële URL | https://chromewebstore.google.com/detail/e-x-t-e-n-s-i-o-n/lobdenhpockjiiihkkhnaglehbcnjemj |
Beschrijving | Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap! |
Bestandsgrootte | 78.99 KB |
Aantal Installaties | 80 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2015-05-14 |
Publicatiedatum | 2015-05-13 |
Ontwikkelaar | sgentle |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "E-X-T-E-N-S-I-O-N", "manifest_version": 2, "version": "0.3", "description": "Adds a special button whenever \"inception\" is mentioned on a page. Bwaaaaaaap!", "web_accessible_resources": [ "bwaaap.png", "bwaaap.mp3" ], "page_action": { "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "bwaaap.js" ], "all_frames": true } ] } |