Skip to content

Commit

Permalink
merge in Marc Hoyois's latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
simX committed Aug 24, 2010
2 parents 76044a9 + 17d40cf commit 94d31c0
Show file tree
Hide file tree
Showing 46 changed files with 3,263 additions and 3,375 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified ClickToPlugin.fr.safariextension/.DS_Store
Binary file not shown.
441 changes: 232 additions & 209 deletions ClickToPlugin.fr.safariextension/ClickToPlugin.js

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions ClickToPlugin.fr.safariextension/Info.plist
Expand Up @@ -2,56 +2,56 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>Author</key> <key>Author</key>
<string>Marc Hoyois</string> <string>Marc Hoyois</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>ClickToPlugin</string> <string>ClickToPlugin</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.hoyois.safari.clicktoplugin.fr</string> <string>com.hoyois.safari.clicktoplugin.fr</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.3.3</string> <string>1.3.3</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.3.3</string> <string>1.3.3</string>
<key>Chrome</key> <key>Chrome</key>
<dict> <dict>
<key>Global Page</key> <key>Global Page</key>
<string>global.html</string> <string>global.html</string>
</dict> </dict>
<key>Content</key> <key>Content</key>
<dict> <dict>
<key>Scripts</key> <key>Scripts</key>
<dict> <dict>
<key>Start</key> <key>Start</key>
<array> <array>
<string>functions.js</string> <string>functions.js</string>
<string>mediaPlayer.js</string> <string>mediaPlayer.js</string>
<string>ClickToPlugin.js</string> <string>ClickToPlugin.js</string>
</array> </array>
</dict> </dict>
<key>Stylesheets</key> <key>Stylesheets</key>
<array> <array>
<string>styles.css</string> <string>styles.css</string>
</array> </array>
</dict> </dict>
<key>Description</key> <key>Description</key>
<string>Empêche l'exécution automatique des plugins</string> <string>Empêche l'exécution automatique des plugins</string>
<key>ExtensionInfoDictionaryVersion</key> <key>ExtensionInfoDictionaryVersion</key>
<string>1.0</string> <string>1.0</string>
<key>Permissions</key> <key>Permissions</key>
<dict> <dict>
<key>Website Access</key> <key>Website Access</key>
<dict> <dict>
<key>Include Secure Pages</key> <key>Include Secure Pages</key>
<true/> <true/>
<key>Level</key> <key>Level</key>
<string>All</string> <string>All</string>
</dict> </dict>
</dict> </dict>
<key>Update Manifest URL</key> <key>Update Manifest URL</key>
<string>http://hoyois.github.com/safariextensions/updates.plist</string> <string>http://hoyois.github.com/safariextensions/updates.plist</string>
<key>Website</key> <key>Website</key>
<string>http://hoyois.github.com/safariextensions/clicktoplugin/</string> <string>http://hoyois.github.com/safariextensions/clicktoplugin/</string>
</dict> </dict>
</plist> </plist>

0 comments on commit 94d31c0

Please sign in to comment.